#EDE773

Color #EDE773 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EDE773

Tints of Texas #EDE773

Color information

#EDE773 (or 0xEDE773) is unknown color: approx Texas. HEX triplet: ED, E7 and 73. RGB value is (237,231,115). Sum of RGB (Red+Green+Blue) = 237+231+115=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 115 (45.31% from 255 or 19.73% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE773 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE773 is #12188C. Grayscale: #DCDCDC. Windows color (decimal): -1185933 or 7596013. OLE color: 7596013.

HSL color Cylindrical-coordinate representation of color #EDE773: hue angle of 57.05º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDE773 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237231115-
CMYK00.030.510.07
HSL57.05º77.22%69.02%-
HSV(B)57.05º51.48%92.94%-
XYZ66.676.3927.46-
YUV219.5768.99140.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 40.65%
GREEN value IS 231 (90.62% from 255) = 39.62%
BLUE value IS 115 (45.31% from 255) = 19.73%
R=40.65%
G=39.62%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723111500.030.510.0757.0577.2269.02
HexEDE77303337394d45
Octal3553471630363771115105
Binary1110110111100111111001101111001111111100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE773; }

 p { color: rgb(237,231,115); }

 H1.HeaderClassName
 {
   color: #EDE773;
 }
 .AnyTagClassName
 {
   color: #EDE773;
 }
</style>
background-color css

<style>
 a { background-color: #EDE773; }

 a { background-color: rgb(237,231,115); }

 div.DivClassName
 {
   background-color: #EDE773;
 }
 .BgClassName
 {
   background-color: #EDE773;
 }
</style>
border-color css

<style>
 span { border-color: #EDE773; }

 span { border-color: rgb(237,231,115); }

 td.TdClassName
 {
   border-color: #EDE773;
 }
 .TagClassName
 {
   border-color: #EDE773;
 }
</style>