Shades of Texas #EAE37A
Tints of Texas #EAE37A
RGB
CMYK
RGB Variations
Color information
#EAE37A (or 0xEAE37A) is known color: Texas. HEX triplet: EA, E3 and 7A. RGB value is (234,227,122). Sum of RGB (Red+Green+Blue) = 234+227+122=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE37A is #151C85. Grayscale: #D9D9D9. Windows color (decimal): -1383558 or 8053738. OLE color: 8053738.
HSL color Cylindrical-coordinate representation of color #EAE37A: hue angle of 56.25º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAE37A is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 122 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.08 |
| HSL | 56.25º | 0.73% | 0.7% | - |
| HSV(B) | 56.25º | 0.48% | 0.92% | - |
| XYZ | 64.91 | 73.84 | 29.24 | - |
| YUV | 217.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 122 | 0 | 0.03 | 0.48 | 0.08 | 56.25 | 0.73 | 0.7 |
| Hex | EA | E3 | 7A | 0 | 3 | 30 | 8 | 38 | 49 | 46 |
| Octal | 352 | 343 | 172 | 0 | 3 | 60 | 10 | 70 | 111 | 106 |
| Binary | 11101010 | 11100011 | 1111010 | 0 | 11 | 110000 | 1000 | 111000 | 1001001 | 1000110 |
Color Harmonies of #EAE37A
Complementary color
Monochromatic Colors of #EAE37A
Black with #EAE37A
Text Example
Text Example
White with #EAE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE37A; }
p { color: rgb(234,227,122); }
H1.HeaderClassName
{
color: #EAE37A;
}
.AnyTagClassName
{
color: #EAE37A;
}
</style>
background-color css
<style>
a { background-color: #EAE37A; }
a { background-color: rgb(234,227,122); }
div.DivClassName
{
background-color: #EAE37A;
}
.BgClassName
{
background-color: #EAE37A;
}
</style>
border-color css
<style>
span { border-color: #EAE37A; }
span { border-color: rgb(234,227,122); }
td.TdClassName
{
border-color: #EAE37A;
}
.TagClassName
{
border-color: #EAE37A;
}
</style>