Shades of Texas #EAE482
Tints of Texas #EAE482
RGB
CMYK
RGB Variations
Color information
#EAE482 (or 0xEAE482) is known color: Texas. HEX triplet: EA, E4 and 82. RGB value is (234,228,130). Sum of RGB (Red+Green+Blue) = 234+228+130=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 130 (51.17% from 255 or 21.96% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE482 is #151B7D. Grayscale: #DBDBDB. Windows color (decimal): -1383294 or 8578282. OLE color: 8578282.
HSL color Cylindrical-coordinate representation of color #EAE482: hue angle of 56.54º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAE482 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 130 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.08 |
| HSL | 56.54º | 0.71% | 0.71% | - |
| HSV(B) | 56.54º | 0.44% | 0.92% | - |
| XYZ | 65.7 | 74.59 | 32.05 | - |
| YUV | 218.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 130 | 0 | 0.03 | 0.44 | 0.08 | 56.54 | 0.71 | 0.71 |
| Hex | EA | E4 | 82 | 0 | 3 | 2C | 8 | 39 | 47 | 47 |
| Octal | 352 | 344 | 202 | 0 | 3 | 54 | 10 | 71 | 107 | 107 |
| Binary | 11101010 | 11100100 | 10000010 | 0 | 11 | 101100 | 1000 | 111001 | 1000111 | 1000111 |
Color Harmonies of #EAE482
Complementary color
Monochromatic Colors of #EAE482
Black with #EAE482
Text Example
Text Example
White with #EAE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE482; }
p { color: rgb(234,228,130); }
H1.HeaderClassName
{
color: #EAE482;
}
.AnyTagClassName
{
color: #EAE482;
}
</style>
background-color css
<style>
a { background-color: #EAE482; }
a { background-color: rgb(234,228,130); }
div.DivClassName
{
background-color: #EAE482;
}
.BgClassName
{
background-color: #EAE482;
}
</style>
border-color css
<style>
span { border-color: #EAE482; }
span { border-color: rgb(234,228,130); }
td.TdClassName
{
border-color: #EAE482;
}
.TagClassName
{
border-color: #EAE482;
}
</style>