Shades of Texas #E2EF82
Tints of Texas #E2EF82
RGB
CMYK
RGB Variations
Color information
#E2EF82 (or 0xE2EF82) is known color: Texas. HEX triplet: E2, EF and 82. RGB value is (226,239,130). Sum of RGB (Red+Green+Blue) = 226+239+130=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 130 (51.17% from 255 or 21.85% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EF82 is #1D107D. Grayscale: #DFDFDF. Windows color (decimal): -1904766 or 8581090. OLE color: 8581090.
HSL color Cylindrical-coordinate representation of color #E2EF82: hue angle of 67.16º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E2EF82 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 130 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.06 |
| HSL | 67.16º | 0.77% | 0.72% | - |
| HSV(B) | 67.16º | 0.46% | 0.94% | - |
| XYZ | 66.26 | 79.51 | 32.97 | - |
| YUV | 222.69 | 75.69 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 130 | 0.05 | 0 | 0.46 | 0.06 | 67.16 | 0.77 | 0.72 |
| Hex | E2 | EF | 82 | 5 | 0 | 2E | 6 | 43 | 4D | 48 |
| Octal | 342 | 357 | 202 | 5 | 0 | 56 | 6 | 103 | 115 | 110 |
| Binary | 11100010 | 11101111 | 10000010 | 101 | 0 | 101110 | 110 | 1000011 | 1001101 | 1001000 |
Color Harmonies of #E2EF82
Complementary color
Monochromatic Colors of #E2EF82
Black with #E2EF82
Text Example
Text Example
White with #E2EF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF82; }
p { color: rgb(226,239,130); }
H1.HeaderClassName
{
color: #E2EF82;
}
.AnyTagClassName
{
color: #E2EF82;
}
</style>
background-color css
<style>
a { background-color: #E2EF82; }
a { background-color: rgb(226,239,130); }
div.DivClassName
{
background-color: #E2EF82;
}
.BgClassName
{
background-color: #E2EF82;
}
</style>
border-color css
<style>
span { border-color: #E2EF82; }
span { border-color: rgb(226,239,130); }
td.TdClassName
{
border-color: #E2EF82;
}
.TagClassName
{
border-color: #E2EF82;
}
</style>