Shades of Texas #E8E47A
Tints of Texas #E8E47A
RGB
CMYK
RGB Variations
Color information
#E8E47A (or 0xE8E47A) is known color: Texas. HEX triplet: E8, E4 and 7A. RGB value is (232,228,122). Sum of RGB (Red+Green+Blue) = 232+228+122=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E47A is #171B85. Grayscale: #D9D9D9. Windows color (decimal): -1514374 or 8053992. OLE color: 8053992.
HSL color Cylindrical-coordinate representation of color #E8E47A: hue angle of 57.82º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8E47A is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 122 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.09 |
| HSL | 57.82º | 0.71% | 0.69% | - |
| HSV(B) | 57.82º | 0.47% | 0.91% | - |
| XYZ | 64.53 | 74.05 | 29.3 | - |
| YUV | 217.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 122 | 0 | 0.02 | 0.47 | 0.09 | 57.82 | 0.71 | 0.69 |
| Hex | E8 | E4 | 7A | 0 | 2 | 2F | 9 | 3A | 47 | 45 |
| Octal | 350 | 344 | 172 | 0 | 2 | 57 | 11 | 72 | 107 | 105 |
| Binary | 11101000 | 11100100 | 1111010 | 0 | 10 | 101111 | 1001 | 111010 | 1000111 | 1000101 |
Color Harmonies of #E8E47A
Complementary color
Monochromatic Colors of #E8E47A
Black with #E8E47A
Text Example
Text Example
White with #E8E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E47A; }
p { color: rgb(232,228,122); }
H1.HeaderClassName
{
color: #E8E47A;
}
.AnyTagClassName
{
color: #E8E47A;
}
</style>
background-color css
<style>
a { background-color: #E8E47A; }
a { background-color: rgb(232,228,122); }
div.DivClassName
{
background-color: #E8E47A;
}
.BgClassName
{
background-color: #E8E47A;
}
</style>
border-color css
<style>
span { border-color: #E8E47A; }
span { border-color: rgb(232,228,122); }
td.TdClassName
{
border-color: #E8E47A;
}
.TagClassName
{
border-color: #E8E47A;
}
</style>