Shades of Texas #EAE479
Tints of Texas #EAE479
RGB
CMYK
RGB Variations
Color information
#EAE479 (or 0xEAE479) is known color: Texas. HEX triplet: EA, E4 and 79. RGB value is (234,228,121). Sum of RGB (Red+Green+Blue) = 234+228+121=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 121 (47.66% from 255 or 20.75% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE479 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE479 is #151B86. Grayscale: #DADADA. Windows color (decimal): -1383303 or 7988458. OLE color: 7988458.
HSL color Cylindrical-coordinate representation of color #EAE479: hue angle of 56.81º 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 #EAE479 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 121 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.08 |
| HSL | 56.81º | 0.73% | 0.7% | - |
| HSV(B) | 56.81º | 0.48% | 0.92% | - |
| XYZ | 65.13 | 74.36 | 29.01 | - |
| YUV | 217.6 | 73.49 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 121 | 0 | 0.03 | 0.48 | 0.08 | 56.81 | 0.73 | 0.7 |
| Hex | EA | E4 | 79 | 0 | 3 | 30 | 8 | 39 | 49 | 46 |
| Octal | 352 | 344 | 171 | 0 | 3 | 60 | 10 | 71 | 111 | 106 |
| Binary | 11101010 | 11100100 | 1111001 | 0 | 11 | 110000 | 1000 | 111001 | 1001001 | 1000110 |
Color Harmonies of #EAE479
Complementary color
Monochromatic Colors of #EAE479
Black with #EAE479
Text Example
Text Example
White with #EAE479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE479; }
p { color: rgb(234,228,121); }
H1.HeaderClassName
{
color: #EAE479;
}
.AnyTagClassName
{
color: #EAE479;
}
</style>
background-color css
<style>
a { background-color: #EAE479; }
a { background-color: rgb(234,228,121); }
div.DivClassName
{
background-color: #EAE479;
}
.BgClassName
{
background-color: #EAE479;
}
</style>
border-color css
<style>
span { border-color: #EAE479; }
span { border-color: rgb(234,228,121); }
td.TdClassName
{
border-color: #EAE479;
}
.TagClassName
{
border-color: #EAE479;
}
</style>