Shades of Texas #E2E478
Tints of Texas #E2E478
RGB
CMYK
RGB Variations
Color information
#E2E478 (or 0xE2E478) is known color: Texas. HEX triplet: E2, E4 and 78. RGB value is (226,228,120). Sum of RGB (Red+Green+Blue) = 226+228+120=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E478 is #1D1B87. Grayscale: #D7D7D7. Windows color (decimal): -1907592 or 7922914. OLE color: 7922914.
HSL color Cylindrical-coordinate representation of color #E2E478: hue angle of 61.11º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2E478 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 120 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.11 |
| HSL | 61.11º | 0.67% | 0.68% | - |
| HSV(B) | 61.11º | 0.47% | 0.89% | - |
| XYZ | 62.5 | 73.01 | 28.57 | - |
| YUV | 215.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 120 | 0.01 | 0 | 0.47 | 0.11 | 61.11 | 0.67 | 0.68 |
| Hex | E2 | E4 | 78 | 1 | 0 | 2F | B | 3D | 43 | 44 |
| Octal | 342 | 344 | 170 | 1 | 0 | 57 | 13 | 75 | 103 | 104 |
| Binary | 11100010 | 11100100 | 1111000 | 1 | 0 | 101111 | 1011 | 111101 | 1000011 | 1000100 |
Color Harmonies of #E2E478
Complementary color
Monochromatic Colors of #E2E478
Black with #E2E478
Text Example
Text Example
White with #E2E478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E478; }
p { color: rgb(226,228,120); }
H1.HeaderClassName
{
color: #E2E478;
}
.AnyTagClassName
{
color: #E2E478;
}
</style>
background-color css
<style>
a { background-color: #E2E478; }
a { background-color: rgb(226,228,120); }
div.DivClassName
{
background-color: #E2E478;
}
.BgClassName
{
background-color: #E2E478;
}
</style>
border-color css
<style>
span { border-color: #E2E478; }
span { border-color: rgb(226,228,120); }
td.TdClassName
{
border-color: #E2E478;
}
.TagClassName
{
border-color: #E2E478;
}
</style>