Shades of Texas #E2E179
Tints of Texas #E2E179
RGB
CMYK
RGB Variations
Color information
#E2E179 (or 0xE2E179) is known color: Texas. HEX triplet: E2, E1 and 79. RGB value is (226,225,121). Sum of RGB (Red+Green+Blue) = 226+225+121=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2E179 is #1D1E86. Grayscale: #D5D5D5. Windows color (decimal): -1908359 or 7987682. OLE color: 7987682.
HSL color Cylindrical-coordinate representation of color #E2E179: hue angle of 59.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2E179 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 121 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.11 |
| HSL | 59.43º | 0.64% | 0.68% | - |
| HSV(B) | 59.43º | 0.46% | 0.89% | - |
| XYZ | 61.74 | 71.4 | 28.62 | - |
| YUV | 213.44 | 75.83 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 121 | 0 | 0.00 | 0.46 | 0.11 | 59.43 | 0.64 | 0.68 |
| Hex | E2 | E1 | 79 | 0 | 0 | 2E | B | 3B | 40 | 44 |
| Octal | 342 | 341 | 171 | 0 | 0 | 56 | 13 | 73 | 100 | 104 |
| Binary | 11100010 | 11100001 | 1111001 | 0 | 0 | 101110 | 1011 | 111011 | 1000000 | 1000100 |
Color Harmonies of #E2E179
Complementary color
Monochromatic Colors of #E2E179
Black with #E2E179
Text Example
Text Example
White with #E2E179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E179; }
p { color: rgb(226,225,121); }
H1.HeaderClassName
{
color: #E2E179;
}
.AnyTagClassName
{
color: #E2E179;
}
</style>
background-color css
<style>
a { background-color: #E2E179; }
a { background-color: rgb(226,225,121); }
div.DivClassName
{
background-color: #E2E179;
}
.BgClassName
{
background-color: #E2E179;
}
</style>
border-color css
<style>
span { border-color: #E2E179; }
span { border-color: rgb(226,225,121); }
td.TdClassName
{
border-color: #E2E179;
}
.TagClassName
{
border-color: #E2E179;
}
</style>