Shades of Texas #EAE476
Tints of Texas #EAE476
RGB
CMYK
RGB Variations
Color information
#EAE476 (or 0xEAE476) is known color: Texas. HEX triplet: EA, E4 and 76. RGB value is (234,228,118). Sum of RGB (Red+Green+Blue) = 234+228+118=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE476 is #151B89. Grayscale: #D9D9D9. Windows color (decimal): -1383306 or 7791850. OLE color: 7791850.
HSL color Cylindrical-coordinate representation of color #EAE476: hue angle of 56.9º 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 #EAE476 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 118 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.08 |
| HSL | 56.9º | 0.73% | 0.69% | - |
| HSV(B) | 56.9º | 0.5% | 0.92% | - |
| XYZ | 64.95 | 74.29 | 28.06 | - |
| YUV | 217.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 118 | 0 | 0.03 | 0.50 | 0.08 | 56.9 | 0.73 | 0.69 |
| Hex | EA | E4 | 76 | 0 | 3 | 32 | 8 | 39 | 49 | 45 |
| Octal | 352 | 344 | 166 | 0 | 3 | 62 | 10 | 71 | 111 | 105 |
| Binary | 11101010 | 11100100 | 1110110 | 0 | 11 | 110010 | 1000 | 111001 | 1001001 | 1000101 |
Color Harmonies of #EAE476
Complementary color
Monochromatic Colors of #EAE476
Black with #EAE476
Text Example
Text Example
White with #EAE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE476; }
p { color: rgb(234,228,118); }
H1.HeaderClassName
{
color: #EAE476;
}
.AnyTagClassName
{
color: #EAE476;
}
</style>
background-color css
<style>
a { background-color: #EAE476; }
a { background-color: rgb(234,228,118); }
div.DivClassName
{
background-color: #EAE476;
}
.BgClassName
{
background-color: #EAE476;
}
</style>
border-color css
<style>
span { border-color: #EAE476; }
span { border-color: rgb(234,228,118); }
td.TdClassName
{
border-color: #EAE476;
}
.TagClassName
{
border-color: #EAE476;
}
</style>