Shades of Texas #E7E07F
Tints of Texas #E7E07F
RGB
CMYK
RGB Variations
Color information
#E7E07F (or 0xE7E07F) is known color: Texas. HEX triplet: E7, E0 and 7F. RGB value is (231,224,127). Sum of RGB (Red+Green+Blue) = 231+224+127=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E07F is #181F80. Grayscale: #D7D7D7. Windows color (decimal): -1580929 or 8380647. OLE color: 8380647.
HSL color Cylindrical-coordinate representation of color #E7E07F: hue angle of 55.96º 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 #E7E07F is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 127 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.09 |
| HSL | 55.96º | 0.68% | 0.7% | - |
| HSV(B) | 55.96º | 0.45% | 0.91% | - |
| XYZ | 63.44 | 71.83 | 30.6 | - |
| YUV | 215.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 127 | 0 | 0.03 | 0.45 | 0.09 | 55.96 | 0.68 | 0.7 |
| Hex | E7 | E0 | 7F | 0 | 3 | 2D | 9 | 38 | 44 | 46 |
| Octal | 347 | 340 | 177 | 0 | 3 | 55 | 11 | 70 | 104 | 106 |
| Binary | 11100111 | 11100000 | 1111111 | 0 | 11 | 101101 | 1001 | 111000 | 1000100 | 1000110 |
Color Harmonies of #E7E07F
Complementary color
Monochromatic Colors of #E7E07F
Black with #E7E07F
Text Example
Text Example
White with #E7E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E07F; }
p { color: rgb(231,224,127); }
H1.HeaderClassName
{
color: #E7E07F;
}
.AnyTagClassName
{
color: #E7E07F;
}
</style>
background-color css
<style>
a { background-color: #E7E07F; }
a { background-color: rgb(231,224,127); }
div.DivClassName
{
background-color: #E7E07F;
}
.BgClassName
{
background-color: #E7E07F;
}
</style>
border-color css
<style>
span { border-color: #E7E07F; }
span { border-color: rgb(231,224,127); }
td.TdClassName
{
border-color: #E7E07F;
}
.TagClassName
{
border-color: #E7E07F;
}
</style>