Shades of Texas #EAE97A
Tints of Texas #EAE97A
RGB
CMYK
RGB Variations
Color information
#EAE97A (or 0xEAE97A) is known color: Texas. HEX triplet: EA, E9 and 7A. RGB value is (234,233,122). Sum of RGB (Red+Green+Blue) = 234+233+122=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE97A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE97A is #151685. Grayscale: #DDDDDD. Windows color (decimal): -1382022 or 8055274. OLE color: 8055274.
HSL color Cylindrical-coordinate representation of color #EAE97A: hue angle of 59.46º 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 #EAE97A is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 122 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.08 |
| HSL | 59.46º | 0.73% | 0.7% | - |
| HSV(B) | 59.46º | 0.48% | 0.92% | - |
| XYZ | 66.58 | 77.18 | 29.8 | - |
| YUV | 220.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 122 | 0 | 0.00 | 0.48 | 0.08 | 59.46 | 0.73 | 0.7 |
| Hex | EA | E9 | 7A | 0 | 0 | 30 | 8 | 3B | 49 | 46 |
| Octal | 352 | 351 | 172 | 0 | 0 | 60 | 10 | 73 | 111 | 106 |
| Binary | 11101010 | 11101001 | 1111010 | 0 | 0 | 110000 | 1000 | 111011 | 1001001 | 1000110 |
Color Harmonies of #EAE97A
Complementary color
Monochromatic Colors of #EAE97A
Black with #EAE97A
Text Example
Text Example
White with #EAE97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE97A; }
p { color: rgb(234,233,122); }
H1.HeaderClassName
{
color: #EAE97A;
}
.AnyTagClassName
{
color: #EAE97A;
}
</style>
background-color css
<style>
a { background-color: #EAE97A; }
a { background-color: rgb(234,233,122); }
div.DivClassName
{
background-color: #EAE97A;
}
.BgClassName
{
background-color: #EAE97A;
}
</style>
border-color css
<style>
span { border-color: #EAE97A; }
span { border-color: rgb(234,233,122); }
td.TdClassName
{
border-color: #EAE97A;
}
.TagClassName
{
border-color: #EAE97A;
}
</style>