Shades of Texas #E7E47E
Tints of Texas #E7E47E
RGB
CMYK
RGB Variations
Color information
#E7E47E (or 0xE7E47E) is known color: Texas. HEX triplet: E7, E4 and 7E. RGB value is (231,228,126). Sum of RGB (Red+Green+Blue) = 231+228+126=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 126 (49.61% from 255 or 21.54% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E47E is #181B81. Grayscale: #D9D9D9. Windows color (decimal): -1579906 or 8316135. OLE color: 8316135.
HSL color Cylindrical-coordinate representation of color #E7E47E: hue angle of 58.29º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7E47E is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 126 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.09 |
| HSL | 58.29º | 0.69% | 0.7% | - |
| HSV(B) | 58.29º | 0.45% | 0.91% | - |
| XYZ | 64.46 | 73.98 | 30.62 | - |
| YUV | 217.27 | 76.49 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 126 | 0 | 0.01 | 0.45 | 0.09 | 58.29 | 0.69 | 0.7 |
| Hex | E7 | E4 | 7E | 0 | 1 | 2D | 9 | 3A | 45 | 46 |
| Octal | 347 | 344 | 176 | 0 | 1 | 55 | 11 | 72 | 105 | 106 |
| Binary | 11100111 | 11100100 | 1111110 | 0 | 1 | 101101 | 1001 | 111010 | 1000101 | 1000110 |
Color Harmonies of #E7E47E
Complementary color
Monochromatic Colors of #E7E47E
Black with #E7E47E
Text Example
Text Example
White with #E7E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E47E; }
p { color: rgb(231,228,126); }
H1.HeaderClassName
{
color: #E7E47E;
}
.AnyTagClassName
{
color: #E7E47E;
}
</style>
background-color css
<style>
a { background-color: #E7E47E; }
a { background-color: rgb(231,228,126); }
div.DivClassName
{
background-color: #E7E47E;
}
.BgClassName
{
background-color: #E7E47E;
}
</style>
border-color css
<style>
span { border-color: #E7E47E; }
span { border-color: rgb(231,228,126); }
td.TdClassName
{
border-color: #E7E47E;
}
.TagClassName
{
border-color: #E7E47E;
}
</style>