Shades of Texas #E7E980
Tints of Texas #E7E980
RGB
CMYK
RGB Variations
Color information
#E7E980 (or 0xE7E980) is known color: Texas. HEX triplet: E7, E9 and 80. RGB value is (231,233,128). Sum of RGB (Red+Green+Blue) = 231+233+128=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #E7E980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7E980 is #18167F. Grayscale: #DCDCDC. Windows color (decimal): -1578624 or 8448487. OLE color: 8448487.
HSL color Cylindrical-coordinate representation of color #E7E980: hue angle of 61.14º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7E980 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 233 | 128 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.09 |
| HSL | 61.14º | 0.7% | 0.71% | - |
| HSV(B) | 61.14º | 0.45% | 0.91% | - |
| XYZ | 65.99 | 76.83 | 31.77 | - |
| YUV | 220.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 233 | 128 | 0.01 | 0 | 0.45 | 0.09 | 61.14 | 0.7 | 0.71 |
| Hex | E7 | E9 | 80 | 1 | 0 | 2D | 9 | 3D | 46 | 47 |
| Octal | 347 | 351 | 200 | 1 | 0 | 55 | 11 | 75 | 106 | 107 |
| Binary | 11100111 | 11101001 | 10000000 | 1 | 0 | 101101 | 1001 | 111101 | 1000110 | 1000111 |
Color Harmonies of #E7E980
Complementary color
Monochromatic Colors of #E7E980
Black with #E7E980
Text Example
Text Example
White with #E7E980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E980; }
p { color: rgb(231,233,128); }
H1.HeaderClassName
{
color: #E7E980;
}
.AnyTagClassName
{
color: #E7E980;
}
</style>
background-color css
<style>
a { background-color: #E7E980; }
a { background-color: rgb(231,233,128); }
div.DivClassName
{
background-color: #E7E980;
}
.BgClassName
{
background-color: #E7E980;
}
</style>
border-color css
<style>
span { border-color: #E7E980; }
span { border-color: rgb(231,233,128); }
td.TdClassName
{
border-color: #E7E980;
}
.TagClassName
{
border-color: #E7E980;
}
</style>