Shades of Texas #EAE172
Tints of Texas #EAE172
RGB
CMYK
RGB Variations
Color information
#EAE172 (or 0xEAE172) is known color: Texas. HEX triplet: EA, E1 and 72. RGB value is (234,225,114). Sum of RGB (Red+Green+Blue) = 234+225+114=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE172 is #151E8D. Grayscale: #D7D7D7. Windows color (decimal): -1384078 or 7528938. OLE color: 7528938.
HSL color Cylindrical-coordinate representation of color #EAE172: hue angle of 55.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAE172 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 114 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.08 |
| HSL | 55.5º | 0.74% | 0.68% | - |
| HSV(B) | 55.5º | 0.51% | 0.92% | - |
| XYZ | 63.89 | 72.56 | 26.56 | - |
| YUV | 215.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 114 | 0 | 0.04 | 0.51 | 0.08 | 55.5 | 0.74 | 0.68 |
| Hex | EA | E1 | 72 | 0 | 4 | 33 | 8 | 38 | 4A | 44 |
| Octal | 352 | 341 | 162 | 0 | 4 | 63 | 10 | 70 | 112 | 104 |
| Binary | 11101010 | 11100001 | 1110010 | 0 | 100 | 110011 | 1000 | 111000 | 1001010 | 1000100 |
Color Harmonies of #EAE172
Complementary color
Monochromatic Colors of #EAE172
Black with #EAE172
Text Example
Text Example
White with #EAE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE172; }
p { color: rgb(234,225,114); }
H1.HeaderClassName
{
color: #EAE172;
}
.AnyTagClassName
{
color: #EAE172;
}
</style>
background-color css
<style>
a { background-color: #EAE172; }
a { background-color: rgb(234,225,114); }
div.DivClassName
{
background-color: #EAE172;
}
.BgClassName
{
background-color: #EAE172;
}
</style>
border-color css
<style>
span { border-color: #EAE172; }
span { border-color: rgb(234,225,114); }
td.TdClassName
{
border-color: #EAE172;
}
.TagClassName
{
border-color: #EAE172;
}
</style>