Shades of Texas #E5E078
Tints of Texas #E5E078
RGB
CMYK
RGB Variations
Color information
#E5E078 (or 0xE5E078) is known color: Texas. HEX triplet: E5, E0 and 78. RGB value is (229,224,120). Sum of RGB (Red+Green+Blue) = 229+224+120=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 120 (47.27% from 255 or 20.94% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E078 is #1A1F87. Grayscale: #D6D6D6. Windows color (decimal): -1712008 or 7921893. OLE color: 7921893.
HSL color Cylindrical-coordinate representation of color #E5E078: hue angle of 57.25º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5E078 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 120 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.10 |
| HSL | 57.25º | 0.68% | 0.68% | - |
| HSV(B) | 57.25º | 0.48% | 0.9% | - |
| XYZ | 62.36 | 71.33 | 28.25 | - |
| YUV | 213.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 120 | 0 | 0.02 | 0.48 | 0.10 | 57.25 | 0.68 | 0.68 |
| Hex | E5 | E0 | 78 | 0 | 2 | 30 | A | 39 | 44 | 44 |
| Octal | 345 | 340 | 170 | 0 | 2 | 60 | 12 | 71 | 104 | 104 |
| Binary | 11100101 | 11100000 | 1111000 | 0 | 10 | 110000 | 1010 | 111001 | 1000100 | 1000100 |
Color Harmonies of #E5E078
Complementary color
Monochromatic Colors of #E5E078
Black with #E5E078
Text Example
Text Example
White with #E5E078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E078; }
p { color: rgb(229,224,120); }
H1.HeaderClassName
{
color: #E5E078;
}
.AnyTagClassName
{
color: #E5E078;
}
</style>
background-color css
<style>
a { background-color: #E5E078; }
a { background-color: rgb(229,224,120); }
div.DivClassName
{
background-color: #E5E078;
}
.BgClassName
{
background-color: #E5E078;
}
</style>
border-color css
<style>
span { border-color: #E5E078; }
span { border-color: rgb(229,224,120); }
td.TdClassName
{
border-color: #E5E078;
}
.TagClassName
{
border-color: #E5E078;
}
</style>