Shades of Texas #EAE981
Tints of Texas #EAE981
RGB
CMYK
RGB Variations
Color information
#EAE981 (or 0xEAE981) is known color: Texas. HEX triplet: EA, E9 and 81. RGB value is (234,233,129). Sum of RGB (Red+Green+Blue) = 234+233+129=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE981 is #15167E. Grayscale: #DDDDDD. Windows color (decimal): -1382015 or 8514026. OLE color: 8514026.
HSL color Cylindrical-coordinate representation of color #EAE981: hue angle of 59.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAE981 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 129 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.08 |
| HSL | 59.43º | 0.71% | 0.71% | - |
| HSV(B) | 59.43º | 0.45% | 0.92% | - |
| XYZ | 67.03 | 77.36 | 32.17 | - |
| YUV | 221.44 | 75.83 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 129 | 0 | 0.00 | 0.45 | 0.08 | 59.43 | 0.71 | 0.71 |
| Hex | EA | E9 | 81 | 0 | 0 | 2D | 8 | 3B | 47 | 47 |
| Octal | 352 | 351 | 201 | 0 | 0 | 55 | 10 | 73 | 107 | 107 |
| Binary | 11101010 | 11101001 | 10000001 | 0 | 0 | 101101 | 1000 | 111011 | 1000111 | 1000111 |
Color Harmonies of #EAE981
Complementary color
Monochromatic Colors of #EAE981
Black with #EAE981
Text Example
Text Example
White with #EAE981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE981; }
p { color: rgb(234,233,129); }
H1.HeaderClassName
{
color: #EAE981;
}
.AnyTagClassName
{
color: #EAE981;
}
</style>
background-color css
<style>
a { background-color: #EAE981; }
a { background-color: rgb(234,233,129); }
div.DivClassName
{
background-color: #EAE981;
}
.BgClassName
{
background-color: #EAE981;
}
</style>
border-color css
<style>
span { border-color: #EAE981; }
span { border-color: rgb(234,233,129); }
td.TdClassName
{
border-color: #EAE981;
}
.TagClassName
{
border-color: #EAE981;
}
</style>