Shades of Texas #E7E077
Tints of Texas #E7E077
RGB
CMYK
RGB Variations
Color information
#E7E077 (or 0xE7E077) is known color: Texas. HEX triplet: E7, E0 and 77. RGB value is (231,224,119). Sum of RGB (Red+Green+Blue) = 231+224+119=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 119 (46.88% from 255 or 20.73% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E077 is #181F88. Grayscale: #D6D6D6. Windows color (decimal): -1580937 or 7856359. OLE color: 7856359.
HSL color Cylindrical-coordinate representation of color #E7E077: hue angle of 56.25º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7E077 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 119 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.09 |
| HSL | 56.25º | 0.7% | 0.69% | - |
| HSV(B) | 56.25º | 0.48% | 0.91% | - |
| XYZ | 62.94 | 71.63 | 27.96 | - |
| YUV | 214.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 119 | 0 | 0.03 | 0.48 | 0.09 | 56.25 | 0.7 | 0.69 |
| Hex | E7 | E0 | 77 | 0 | 3 | 30 | 9 | 38 | 46 | 45 |
| Octal | 347 | 340 | 167 | 0 | 3 | 60 | 11 | 70 | 106 | 105 |
| Binary | 11100111 | 11100000 | 1110111 | 0 | 11 | 110000 | 1001 | 111000 | 1000110 | 1000101 |
Color Harmonies of #E7E077
Complementary color
Monochromatic Colors of #E7E077
Black with #E7E077
Text Example
Text Example
White with #E7E077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E077; }
p { color: rgb(231,224,119); }
H1.HeaderClassName
{
color: #E7E077;
}
.AnyTagClassName
{
color: #E7E077;
}
</style>
background-color css
<style>
a { background-color: #E7E077; }
a { background-color: rgb(231,224,119); }
div.DivClassName
{
background-color: #E7E077;
}
.BgClassName
{
background-color: #E7E077;
}
</style>
border-color css
<style>
span { border-color: #E7E077; }
span { border-color: rgb(231,224,119); }
td.TdClassName
{
border-color: #E7E077;
}
.TagClassName
{
border-color: #E7E077;
}
</style>