Shades of Texas #E7E080
Tints of Texas #E7E080
RGB
CMYK
RGB Variations
Color information
#E7E080 (or 0xE7E080) is known color: Texas. HEX triplet: E7, E0 and 80. RGB value is (231,224,128). Sum of RGB (Red+Green+Blue) = 231+224+128=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E080 is #181F7F. Grayscale: #D7D7D7. Windows color (decimal): -1580928 or 8446183. OLE color: 8446183.
HSL color Cylindrical-coordinate representation of color #E7E080: hue angle of 55.92º 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 #E7E080 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 128 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.09 |
| HSL | 55.92º | 0.68% | 0.7% | - |
| HSV(B) | 55.92º | 0.45% | 0.91% | - |
| XYZ | 63.51 | 71.86 | 30.95 | - |
| YUV | 215.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 128 | 0 | 0.03 | 0.45 | 0.09 | 55.92 | 0.68 | 0.7 |
| Hex | E7 | E0 | 80 | 0 | 3 | 2D | 9 | 38 | 44 | 46 |
| Octal | 347 | 340 | 200 | 0 | 3 | 55 | 11 | 70 | 104 | 106 |
| Binary | 11100111 | 11100000 | 10000000 | 0 | 11 | 101101 | 1001 | 111000 | 1000100 | 1000110 |
Color Harmonies of #E7E080
Complementary color
Monochromatic Colors of #E7E080
Black with #E7E080
Text Example
Text Example
White with #E7E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E080; }
p { color: rgb(231,224,128); }
H1.HeaderClassName
{
color: #E7E080;
}
.AnyTagClassName
{
color: #E7E080;
}
</style>
background-color css
<style>
a { background-color: #E7E080; }
a { background-color: rgb(231,224,128); }
div.DivClassName
{
background-color: #E7E080;
}
.BgClassName
{
background-color: #E7E080;
}
</style>
border-color css
<style>
span { border-color: #E7E080; }
span { border-color: rgb(231,224,128); }
td.TdClassName
{
border-color: #E7E080;
}
.TagClassName
{
border-color: #E7E080;
}
</style>