Shades of Texas #E7E078
Tints of Texas #E7E078
RGB
CMYK
RGB Variations
Color information
#E7E078 (or 0xE7E078) is known color: Texas. HEX triplet: E7, E0 and 78. RGB value is (231,224,120). Sum of RGB (Red+Green+Blue) = 231+224+120=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E078 is #181F87. Grayscale: #D6D6D6. Windows color (decimal): -1580936 or 7921895. OLE color: 7921895.
HSL color Cylindrical-coordinate representation of color #E7E078: hue angle of 56.22º 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 #E7E078 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 120 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.09 |
| HSL | 56.22º | 0.7% | 0.69% | - |
| HSV(B) | 56.22º | 0.48% | 0.91% | - |
| XYZ | 63 | 71.66 | 28.28 | - |
| YUV | 214.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 120 | 0 | 0.03 | 0.48 | 0.09 | 56.22 | 0.7 | 0.69 |
| Hex | E7 | E0 | 78 | 0 | 3 | 30 | 9 | 38 | 46 | 45 |
| Octal | 347 | 340 | 170 | 0 | 3 | 60 | 11 | 70 | 106 | 105 |
| Binary | 11100111 | 11100000 | 1111000 | 0 | 11 | 110000 | 1001 | 111000 | 1000110 | 1000101 |
Color Harmonies of #E7E078
Complementary color
Monochromatic Colors of #E7E078
Black with #E7E078
Text Example
Text Example
White with #E7E078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E078; }
p { color: rgb(231,224,120); }
H1.HeaderClassName
{
color: #E7E078;
}
.AnyTagClassName
{
color: #E7E078;
}
</style>
background-color css
<style>
a { background-color: #E7E078; }
a { background-color: rgb(231,224,120); }
div.DivClassName
{
background-color: #E7E078;
}
.BgClassName
{
background-color: #E7E078;
}
</style>
border-color css
<style>
span { border-color: #E7E078; }
span { border-color: rgb(231,224,120); }
td.TdClassName
{
border-color: #E7E078;
}
.TagClassName
{
border-color: #E7E078;
}
</style>