Shades of Texas #EAE976
Tints of Texas #EAE976
RGB
CMYK
RGB Variations
Color information
#EAE976 (or 0xEAE976) is known color: Texas. HEX triplet: EA, E9 and 76. RGB value is (234,233,118). Sum of RGB (Red+Green+Blue) = 234+233+118=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE976 is #151689. Grayscale: #DCDCDC. Windows color (decimal): -1382026 or 7793130. OLE color: 7793130.
HSL color Cylindrical-coordinate representation of color #EAE976: hue angle of 59.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAE976 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 118 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.08 |
| HSL | 59.48º | 0.73% | 0.69% | - |
| HSV(B) | 59.48º | 0.5% | 0.92% | - |
| XYZ | 66.34 | 77.08 | 28.52 | - |
| YUV | 220.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 118 | 0 | 0.00 | 0.50 | 0.08 | 59.48 | 0.73 | 0.69 |
| Hex | EA | E9 | 76 | 0 | 0 | 32 | 8 | 3B | 49 | 45 |
| Octal | 352 | 351 | 166 | 0 | 0 | 62 | 10 | 73 | 111 | 105 |
| Binary | 11101010 | 11101001 | 1110110 | 0 | 0 | 110010 | 1000 | 111011 | 1001001 | 1000101 |
Color Harmonies of #EAE976
Complementary color
Monochromatic Colors of #EAE976
Black with #EAE976
Text Example
Text Example
White with #EAE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE976; }
p { color: rgb(234,233,118); }
H1.HeaderClassName
{
color: #EAE976;
}
.AnyTagClassName
{
color: #EAE976;
}
</style>
background-color css
<style>
a { background-color: #EAE976; }
a { background-color: rgb(234,233,118); }
div.DivClassName
{
background-color: #EAE976;
}
.BgClassName
{
background-color: #EAE976;
}
</style>
border-color css
<style>
span { border-color: #EAE976; }
span { border-color: rgb(234,233,118); }
td.TdClassName
{
border-color: #EAE976;
}
.TagClassName
{
border-color: #EAE976;
}
</style>