Shades of Texas #EAE372
Tints of Texas #EAE372
RGB
CMYK
RGB Variations
Color information
#EAE372 (or 0xEAE372) is known color: Texas. HEX triplet: EA, E3 and 72. RGB value is (234,227,114). Sum of RGB (Red+Green+Blue) = 234+227+114=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE372 is #151C8D. Grayscale: #D8D8D8. Windows color (decimal): -1383566 or 7529450. OLE color: 7529450.
HSL color Cylindrical-coordinate representation of color #EAE372: hue angle of 56.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 #EAE372 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 114 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.08 |
| HSL | 56.5º | 0.74% | 0.68% | - |
| HSV(B) | 56.5º | 0.51% | 0.92% | - |
| XYZ | 64.44 | 73.65 | 26.74 | - |
| YUV | 216.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 114 | 0 | 0.03 | 0.51 | 0.08 | 56.5 | 0.74 | 0.68 |
| Hex | EA | E3 | 72 | 0 | 3 | 33 | 8 | 38 | 4A | 44 |
| Octal | 352 | 343 | 162 | 0 | 3 | 63 | 10 | 70 | 112 | 104 |
| Binary | 11101010 | 11100011 | 1110010 | 0 | 11 | 110011 | 1000 | 111000 | 1001010 | 1000100 |
Color Harmonies of #EAE372
Complementary color
Monochromatic Colors of #EAE372
Black with #EAE372
Text Example
Text Example
White with #EAE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE372; }
p { color: rgb(234,227,114); }
H1.HeaderClassName
{
color: #EAE372;
}
.AnyTagClassName
{
color: #EAE372;
}
</style>
background-color css
<style>
a { background-color: #EAE372; }
a { background-color: rgb(234,227,114); }
div.DivClassName
{
background-color: #EAE372;
}
.BgClassName
{
background-color: #EAE372;
}
</style>
border-color css
<style>
span { border-color: #EAE372; }
span { border-color: rgb(234,227,114); }
td.TdClassName
{
border-color: #EAE372;
}
.TagClassName
{
border-color: #EAE372;
}
</style>