Shades of Texas #EDE876
Tints of Texas #EDE876
RGB
CMYK
RGB Variations
Color information
#EDE876 (or 0xEDE876) is known color: 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
| RGB | 237 | 232 | 118 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.07 |
| HSL | 57.48º | 0.77% | 0.7% | - |
| HSV(B) | 57.48º | 0.5% | 0.93% | - |
| XYZ | 67.05 | 77.03 | 28.47 | - |
| YUV | 220.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 118 | 0 | 0.02 | 0.50 | 0.07 | 57.48 | 0.77 | 0.7 |
| Hex | ED | E8 | 76 | 0 | 2 | 32 | 7 | 39 | 4D | 46 |
| Octal | 355 | 350 | 166 | 0 | 2 | 62 | 7 | 71 | 115 | 106 |
| Binary | 11101101 | 11101000 | 1110110 | 0 | 10 | 110010 | 111 | 111001 | 1001101 | 1000110 |
Color Harmonies of #EDE876
Complementary color
Monochromatic Colors of #EDE876
Black with #EDE876
Text Example
Text Example
White with #EDE876
Text Example
Text Example
HTML Codes & Css Web 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>