Shades of Texas #EAE379
Tints of Texas #EAE379
RGB
CMYK
RGB Variations
Color information
#EAE379 (or 0xEAE379) is known color: Texas. HEX triplet: EA, E3 and 79. RGB value is (234,227,121). Sum of RGB (Red+Green+Blue) = 234+227+121=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 227 (89.06% from 255 or 39.00% from 582); Blue value is 121 (47.66% from 255 or 20.79% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE379 is #151C86. Grayscale: #D9D9D9. Windows color (decimal): -1383559 or 7988202. OLE color: 7988202.
HSL color Cylindrical-coordinate representation of color #EAE379: hue angle of 56.28º 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 #EAE379 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 121 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.08 |
| HSL | 56.28º | 0.73% | 0.7% | - |
| HSV(B) | 56.28º | 0.48% | 0.92% | - |
| XYZ | 64.85 | 73.81 | 28.92 | - |
| YUV | 217.01 | 73.82 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 121 | 0 | 0.03 | 0.48 | 0.08 | 56.28 | 0.73 | 0.7 |
| Hex | EA | E3 | 79 | 0 | 3 | 30 | 8 | 38 | 49 | 46 |
| Octal | 352 | 343 | 171 | 0 | 3 | 60 | 10 | 70 | 111 | 106 |
| Binary | 11101010 | 11100011 | 1111001 | 0 | 11 | 110000 | 1000 | 111000 | 1001001 | 1000110 |
Color Harmonies of #EAE379
Complementary color
Monochromatic Colors of #EAE379
Black with #EAE379
Text Example
Text Example
White with #EAE379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE379; }
p { color: rgb(234,227,121); }
H1.HeaderClassName
{
color: #EAE379;
}
.AnyTagClassName
{
color: #EAE379;
}
</style>
background-color css
<style>
a { background-color: #EAE379; }
a { background-color: rgb(234,227,121); }
div.DivClassName
{
background-color: #EAE379;
}
.BgClassName
{
background-color: #EAE379;
}
</style>
border-color css
<style>
span { border-color: #EAE379; }
span { border-color: rgb(234,227,121); }
td.TdClassName
{
border-color: #EAE379;
}
.TagClassName
{
border-color: #EAE379;
}
</style>