Shades of Texas #E2E578
Tints of Texas #E2E578
RGB
CMYK
RGB Variations
Color information
#E2E578 (or 0xE2E578) is known color: Texas. HEX triplet: E2, E5 and 78. RGB value is (226,229,120). Sum of RGB (Red+Green+Blue) = 226+229+120=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E578 is #1D1A87. Grayscale: #D8D8D8. Windows color (decimal): -1907336 or 7923170. OLE color: 7923170.
HSL color Cylindrical-coordinate representation of color #E2E578: hue angle of 61.65º 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 #E2E578 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 120 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.10 |
| HSL | 61.65º | 0.68% | 0.68% | - |
| HSV(B) | 61.65º | 0.48% | 0.9% | - |
| XYZ | 62.77 | 73.56 | 28.66 | - |
| YUV | 215.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 120 | 0.01 | 0 | 0.48 | 0.10 | 61.65 | 0.68 | 0.68 |
| Hex | E2 | E5 | 78 | 1 | 0 | 30 | A | 3E | 44 | 44 |
| Octal | 342 | 345 | 170 | 1 | 0 | 60 | 12 | 76 | 104 | 104 |
| Binary | 11100010 | 11100101 | 1111000 | 1 | 0 | 110000 | 1010 | 111110 | 1000100 | 1000100 |
Color Harmonies of #E2E578
Complementary color
Monochromatic Colors of #E2E578
Black with #E2E578
Text Example
Text Example
White with #E2E578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E578; }
p { color: rgb(226,229,120); }
H1.HeaderClassName
{
color: #E2E578;
}
.AnyTagClassName
{
color: #E2E578;
}
</style>
background-color css
<style>
a { background-color: #E2E578; }
a { background-color: rgb(226,229,120); }
div.DivClassName
{
background-color: #E2E578;
}
.BgClassName
{
background-color: #E2E578;
}
</style>
border-color css
<style>
span { border-color: #E2E578; }
span { border-color: rgb(226,229,120); }
td.TdClassName
{
border-color: #E2E578;
}
.TagClassName
{
border-color: #E2E578;
}
</style>