#EDE876

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

Shades of Texas #EDE876

Tints of Texas #EDE876

Color information

#EDE876 (or 0xEDE876) is unknown color: approx Texas. HEX triplet: ED, E8 and 76. RGB value is (237,232,118). Sum of RGB (Red+Green+Blue) = 237+232+118=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE876 is #121789. Grayscale: #DCDCDC. Windows color (decimal): -1185674 or 7792877. OLE color: 7792877.

HSL color Cylindrical-coordinate representation of color #EDE876: hue angle of 57.48º 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 #EDE876 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237232118-
CMYK00.020.500.07
HSL57.48º76.77%69.61%-
HSV(B)57.48º50.21%92.94%-
XYZ67.0577.0328.47-
YUV220.570.16139.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 232 (91.02% from 255) = 39.52%
BLUE value IS 118 (46.48% from 255) = 20.10%
R=40.37%
G=39.52%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723211800.020.500.0757.4876.7769.61
HexEDE87602327394d46
Octal3553501660262771115106
Binary1110110111101000111011001011001011111100110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE876; }

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

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

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

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

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

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

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

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