Shades of Texas #EAE97D
Tints of Texas #EAE97D
RGB
CMYK
RGB Variations
Color information
#EAE97D (or 0xEAE97D) is known color: Texas. HEX triplet: EA, E9 and 7D. RGB value is (234,233,125). Sum of RGB (Red+Green+Blue) = 234+233+125=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE97D is #151682. Grayscale: #DDDDDD. Windows color (decimal): -1382019 or 8251882. OLE color: 8251882.
HSL color Cylindrical-coordinate representation of color #EAE97D: hue angle of 59.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAE97D is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 125 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.08 |
| HSL | 59.45º | 0.72% | 0.7% | - |
| HSV(B) | 59.45º | 0.47% | 0.92% | - |
| XYZ | 66.77 | 77.25 | 30.79 | - |
| YUV | 220.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 125 | 0 | 0.00 | 0.47 | 0.08 | 59.45 | 0.72 | 0.7 |
| Hex | EA | E9 | 7D | 0 | 0 | 2F | 8 | 3B | 48 | 46 |
| Octal | 352 | 351 | 175 | 0 | 0 | 57 | 10 | 73 | 110 | 106 |
| Binary | 11101010 | 11101001 | 1111101 | 0 | 0 | 101111 | 1000 | 111011 | 1001000 | 1000110 |
Color Harmonies of #EAE97D
Complementary color
Monochromatic Colors of #EAE97D
Black with #EAE97D
Text Example
Text Example
White with #EAE97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE97D; }
p { color: rgb(234,233,125); }
H1.HeaderClassName
{
color: #EAE97D;
}
.AnyTagClassName
{
color: #EAE97D;
}
</style>
background-color css
<style>
a { background-color: #EAE97D; }
a { background-color: rgb(234,233,125); }
div.DivClassName
{
background-color: #EAE97D;
}
.BgClassName
{
background-color: #EAE97D;
}
</style>
border-color css
<style>
span { border-color: #EAE97D; }
span { border-color: rgb(234,233,125); }
td.TdClassName
{
border-color: #EAE97D;
}
.TagClassName
{
border-color: #EAE97D;
}
</style>