Shades of Texas #E2E479
Tints of Texas #E2E479
RGB
CMYK
RGB Variations
Color information
#E2E479 (or 0xE2E479) is known color: Texas. HEX triplet: E2, E4 and 79. RGB value is (226,228,121). Sum of RGB (Red+Green+Blue) = 226+228+121=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 121 (47.66% from 255 or 21.04% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #E2E479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E479 is #1D1B86. Grayscale: #D7D7D7. Windows color (decimal): -1907591 or 7988450. OLE color: 7988450.
HSL color Cylindrical-coordinate representation of color #E2E479: hue angle of 61.12º degrees, saturation: 0.66, 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 #E2E479 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 228 | 121 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.11 |
| HSL | 61.12º | 0.66% | 0.68% | - |
| HSV(B) | 61.12º | 0.47% | 0.89% | - |
| XYZ | 62.56 | 73.04 | 28.89 | - |
| YUV | 215.2 | 74.84 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 228 | 121 | 0.01 | 0 | 0.47 | 0.11 | 61.12 | 0.66 | 0.68 |
| Hex | E2 | E4 | 79 | 1 | 0 | 2F | B | 3D | 42 | 44 |
| Octal | 342 | 344 | 171 | 1 | 0 | 57 | 13 | 75 | 102 | 104 |
| Binary | 11100010 | 11100100 | 1111001 | 1 | 0 | 101111 | 1011 | 111101 | 1000010 | 1000100 |
Color Harmonies of #E2E479
Complementary color
Monochromatic Colors of #E2E479
Black with #E2E479
Text Example
Text Example
White with #E2E479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E479; }
p { color: rgb(226,228,121); }
H1.HeaderClassName
{
color: #E2E479;
}
.AnyTagClassName
{
color: #E2E479;
}
</style>
background-color css
<style>
a { background-color: #E2E479; }
a { background-color: rgb(226,228,121); }
div.DivClassName
{
background-color: #E2E479;
}
.BgClassName
{
background-color: #E2E479;
}
</style>
border-color css
<style>
span { border-color: #E2E479; }
span { border-color: rgb(226,228,121); }
td.TdClassName
{
border-color: #E2E479;
}
.TagClassName
{
border-color: #E2E479;
}
</style>