Shades of Texas #E8EC7A
Tints of Texas #E8EC7A
RGB
CMYK
RGB Variations
Color information
#E8EC7A (or 0xE8EC7A) is known color: Texas. HEX triplet: E8, EC and 7A. RGB value is (232,236,122). Sum of RGB (Red+Green+Blue) = 232+236+122=590 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.32% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #E8EC7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8EC7A is #171385. Grayscale: #DEDEDE. Windows color (decimal): -1512326 or 8056040. OLE color: 8056040.
HSL color Cylindrical-coordinate representation of color #E8EC7A: hue angle of 62.11º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8EC7A is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 236 | 122 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.07 |
| HSL | 62.11º | 0.75% | 0.7% | - |
| HSV(B) | 62.11º | 0.48% | 0.93% | - |
| XYZ | 66.79 | 78.55 | 30.05 | - |
| YUV | 221.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 236 | 122 | 0.02 | 0 | 0.48 | 0.07 | 62.11 | 0.75 | 0.7 |
| Hex | E8 | EC | 7A | 2 | 0 | 30 | 7 | 3E | 4B | 46 |
| Octal | 350 | 354 | 172 | 2 | 0 | 60 | 7 | 76 | 113 | 106 |
| Binary | 11101000 | 11101100 | 1111010 | 10 | 0 | 110000 | 111 | 111110 | 1001011 | 1000110 |
Color Harmonies of #E8EC7A
Complementary color
Monochromatic Colors of #E8EC7A
Black with #E8EC7A
Text Example
Text Example
White with #E8EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EC7A; }
p { color: rgb(232,236,122); }
H1.HeaderClassName
{
color: #E8EC7A;
}
.AnyTagClassName
{
color: #E8EC7A;
}
</style>
background-color css
<style>
a { background-color: #E8EC7A; }
a { background-color: rgb(232,236,122); }
div.DivClassName
{
background-color: #E8EC7A;
}
.BgClassName
{
background-color: #E8EC7A;
}
</style>
border-color css
<style>
span { border-color: #E8EC7A; }
span { border-color: rgb(232,236,122); }
td.TdClassName
{
border-color: #E8EC7A;
}
.TagClassName
{
border-color: #E8EC7A;
}
</style>