Shades of Texas #E2E77D
Tints of Texas #E2E77D
RGB
CMYK
RGB Variations
Color information
#E2E77D (or 0xE2E77D) is known color: Texas. HEX triplet: E2, E7 and 7D. RGB value is (226,231,125). Sum of RGB (Red+Green+Blue) = 226+231+125=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E77D is #1D1882. Grayscale: #D9D9D9. Windows color (decimal): -1906819 or 8251362. OLE color: 8251362.
HSL color Cylindrical-coordinate representation of color #E2E77D: hue angle of 62.83º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2E77D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 125 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.09 |
| HSL | 62.83º | 0.69% | 0.7% | - |
| HSV(B) | 62.83º | 0.46% | 0.91% | - |
| XYZ | 63.64 | 74.8 | 30.49 | - |
| YUV | 217.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 125 | 0.02 | 0 | 0.46 | 0.09 | 62.83 | 0.69 | 0.7 |
| Hex | E2 | E7 | 7D | 2 | 0 | 2E | 9 | 3F | 45 | 46 |
| Octal | 342 | 347 | 175 | 2 | 0 | 56 | 11 | 77 | 105 | 106 |
| Binary | 11100010 | 11100111 | 1111101 | 10 | 0 | 101110 | 1001 | 111111 | 1000101 | 1000110 |
Color Harmonies of #E2E77D
Complementary color
Monochromatic Colors of #E2E77D
Black with #E2E77D
Text Example
Text Example
White with #E2E77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E77D; }
p { color: rgb(226,231,125); }
H1.HeaderClassName
{
color: #E2E77D;
}
.AnyTagClassName
{
color: #E2E77D;
}
</style>
background-color css
<style>
a { background-color: #E2E77D; }
a { background-color: rgb(226,231,125); }
div.DivClassName
{
background-color: #E2E77D;
}
.BgClassName
{
background-color: #E2E77D;
}
</style>
border-color css
<style>
span { border-color: #E2E77D; }
span { border-color: rgb(226,231,125); }
td.TdClassName
{
border-color: #E2E77D;
}
.TagClassName
{
border-color: #E2E77D;
}
</style>