Shades of Texas #E7E47F
Tints of Texas #E7E47F
RGB
CMYK
RGB Variations
Color information
#E7E47F (or 0xE7E47F) is known color: Texas. HEX triplet: E7, E4 and 7F. RGB value is (231,228,127). Sum of RGB (Red+Green+Blue) = 231+228+127=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E47F is #181B80. Grayscale: #D9D9D9. Windows color (decimal): -1579905 or 8381671. OLE color: 8381671.
HSL color Cylindrical-coordinate representation of color #E7E47F: hue angle of 58.27º degrees, saturation: 0.68, 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 #E7E47F is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 127 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.09 |
| HSL | 58.27º | 0.68% | 0.7% | - |
| HSV(B) | 58.27º | 0.45% | 0.91% | - |
| XYZ | 64.53 | 74.01 | 30.96 | - |
| YUV | 217.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 127 | 0 | 0.01 | 0.45 | 0.09 | 58.27 | 0.68 | 0.7 |
| Hex | E7 | E4 | 7F | 0 | 1 | 2D | 9 | 3A | 44 | 46 |
| Octal | 347 | 344 | 177 | 0 | 1 | 55 | 11 | 72 | 104 | 106 |
| Binary | 11100111 | 11100100 | 1111111 | 0 | 1 | 101101 | 1001 | 111010 | 1000100 | 1000110 |
Color Harmonies of #E7E47F
Complementary color
Monochromatic Colors of #E7E47F
Black with #E7E47F
Text Example
Text Example
White with #E7E47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E47F; }
p { color: rgb(231,228,127); }
H1.HeaderClassName
{
color: #E7E47F;
}
.AnyTagClassName
{
color: #E7E47F;
}
</style>
background-color css
<style>
a { background-color: #E7E47F; }
a { background-color: rgb(231,228,127); }
div.DivClassName
{
background-color: #E7E47F;
}
.BgClassName
{
background-color: #E7E47F;
}
</style>
border-color css
<style>
span { border-color: #E7E47F; }
span { border-color: rgb(231,228,127); }
td.TdClassName
{
border-color: #E7E47F;
}
.TagClassName
{
border-color: #E7E47F;
}
</style>