Shades of Texas #E2EB81
Tints of Texas #E2EB81
RGB
CMYK
RGB Variations
Color information
#E2EB81 (or 0xE2EB81) is known color: Texas. HEX triplet: E2, EB and 81. RGB value is (226,235,129). Sum of RGB (Red+Green+Blue) = 226+235+129=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EB81 is #1D147E. Grayscale: #DCDCDC. Windows color (decimal): -1905791 or 8514530. OLE color: 8514530.
HSL color Cylindrical-coordinate representation of color #E2EB81: hue angle of 65.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2EB81 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 129 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.08 |
| HSL | 65.09º | 0.73% | 0.71% | - |
| HSV(B) | 65.09º | 0.45% | 0.92% | - |
| XYZ | 65.03 | 77.17 | 32.24 | - |
| YUV | 220.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 129 | 0.04 | 0 | 0.45 | 0.08 | 65.09 | 0.73 | 0.71 |
| Hex | E2 | EB | 81 | 4 | 0 | 2D | 8 | 41 | 49 | 47 |
| Octal | 342 | 353 | 201 | 4 | 0 | 55 | 10 | 101 | 111 | 107 |
| Binary | 11100010 | 11101011 | 10000001 | 100 | 0 | 101101 | 1000 | 1000001 | 1001001 | 1000111 |
Color Harmonies of #E2EB81
Complementary color
Monochromatic Colors of #E2EB81
Black with #E2EB81
Text Example
Text Example
White with #E2EB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB81; }
p { color: rgb(226,235,129); }
H1.HeaderClassName
{
color: #E2EB81;
}
.AnyTagClassName
{
color: #E2EB81;
}
</style>
background-color css
<style>
a { background-color: #E2EB81; }
a { background-color: rgb(226,235,129); }
div.DivClassName
{
background-color: #E2EB81;
}
.BgClassName
{
background-color: #E2EB81;
}
</style>
border-color css
<style>
span { border-color: #E2EB81; }
span { border-color: rgb(226,235,129); }
td.TdClassName
{
border-color: #E2EB81;
}
.TagClassName
{
border-color: #E2EB81;
}
</style>