Shades of Texas #EAE272
Tints of Texas #EAE272
RGB
CMYK
RGB Variations
Color information
#EAE272 (or 0xEAE272) is known color: Texas. HEX triplet: EA, E2 and 72. RGB value is (234,226,114). Sum of RGB (Red+Green+Blue) = 234+226+114=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE272 is #151D8D. Grayscale: #D8D8D8. Windows color (decimal): -1383822 or 7529194. OLE color: 7529194.
HSL color Cylindrical-coordinate representation of color #EAE272: hue angle of 56º 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 #EAE272 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 114 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.08 |
| HSL | 56º | 0.74% | 0.68% | - |
| HSV(B) | 56º | 0.51% | 0.92% | - |
| XYZ | 64.17 | 73.1 | 26.65 | - |
| YUV | 215.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 114 | 0 | 0.03 | 0.51 | 0.08 | 56 | 0.74 | 0.68 |
| Hex | EA | E2 | 72 | 0 | 3 | 33 | 8 | 38 | 4A | 44 |
| Octal | 352 | 342 | 162 | 0 | 3 | 63 | 10 | 70 | 112 | 104 |
| Binary | 11101010 | 11100010 | 1110010 | 0 | 11 | 110011 | 1000 | 111000 | 1001010 | 1000100 |
Color Harmonies of #EAE272
Complementary color
Monochromatic Colors of #EAE272
Black with #EAE272
Text Example
Text Example
White with #EAE272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE272; }
p { color: rgb(234,226,114); }
H1.HeaderClassName
{
color: #EAE272;
}
.AnyTagClassName
{
color: #EAE272;
}
</style>
background-color css
<style>
a { background-color: #EAE272; }
a { background-color: rgb(234,226,114); }
div.DivClassName
{
background-color: #EAE272;
}
.BgClassName
{
background-color: #EAE272;
}
</style>
border-color css
<style>
span { border-color: #EAE272; }
span { border-color: rgb(234,226,114); }
td.TdClassName
{
border-color: #EAE272;
}
.TagClassName
{
border-color: #EAE272;
}
</style>