#EDE776

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

Shades of Texas #EDE776

Tints of Texas #EDE776

Color information

#EDE776 (or 0xEDE776) is unknown color: approx Texas. HEX triplet: ED, E7 and 76. RGB value is (237,231,118). Sum of RGB (Red+Green+Blue) = 237+231+118=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE776 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE776 is #121889. Grayscale: #DCDCDC. Windows color (decimal): -1185930 or 7792621. OLE color: 7792621.

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

Color convert

RGB237231118-
CMYK00.030.500.07
HSL56.97º76.77%69.61%-
HSV(B)56.97º50.21%92.94%-
XYZ66.7776.4628.38-
YUV219.9170.49140.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 118 (46.48% from 255) = 20.14%
R=40.44%
G=39.42%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723111800.030.500.0756.9776.7769.61
HexEDE77603327394d46
Octal3553471660362771115106
Binary1110110111100111111011001111001011111100110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE776; }

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

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

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

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

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

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

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

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