Shades of Texas #E7E07E
Tints of Texas #E7E07E
RGB
CMYK
RGB Variations
Color information
#E7E07E (or 0xE7E07E) is known color: Texas. HEX triplet: E7, E0 and 7E. RGB value is (231,224,126). Sum of RGB (Red+Green+Blue) = 231+224+126=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 126 (49.61% from 255 or 21.69% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E07E is #181F81. Grayscale: #D7D7D7. Windows color (decimal): -1580930 or 8315111. OLE color: 8315111.
HSL color Cylindrical-coordinate representation of color #E7E07E: hue angle of 56º 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 #E7E07E is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 126 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.09 |
| HSL | 56º | 0.69% | 0.7% | - |
| HSV(B) | 56º | 0.45% | 0.91% | - |
| XYZ | 63.38 | 71.81 | 30.26 | - |
| YUV | 214.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 126 | 0 | 0.03 | 0.45 | 0.09 | 56 | 0.69 | 0.7 |
| Hex | E7 | E0 | 7E | 0 | 3 | 2D | 9 | 38 | 45 | 46 |
| Octal | 347 | 340 | 176 | 0 | 3 | 55 | 11 | 70 | 105 | 106 |
| Binary | 11100111 | 11100000 | 1111110 | 0 | 11 | 101101 | 1001 | 111000 | 1000101 | 1000110 |
Color Harmonies of #E7E07E
Complementary color
Monochromatic Colors of #E7E07E
Black with #E7E07E
Text Example
Text Example
White with #E7E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E07E; }
p { color: rgb(231,224,126); }
H1.HeaderClassName
{
color: #E7E07E;
}
.AnyTagClassName
{
color: #E7E07E;
}
</style>
background-color css
<style>
a { background-color: #E7E07E; }
a { background-color: rgb(231,224,126); }
div.DivClassName
{
background-color: #E7E07E;
}
.BgClassName
{
background-color: #E7E07E;
}
</style>
border-color css
<style>
span { border-color: #E7E07E; }
span { border-color: rgb(231,224,126); }
td.TdClassName
{
border-color: #E7E07E;
}
.TagClassName
{
border-color: #E7E07E;
}
</style>