Shades of Texas #E2E97B
Tints of Texas #E2E97B
RGB
CMYK
RGB Variations
Color information
#E2E97B (or 0xE2E97B) is known color: Texas. HEX triplet: E2, E9 and 7B. RGB value is (226,233,123). Sum of RGB (Red+Green+Blue) = 226+233+123=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #E2E97B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2E97B is #1D1684. Grayscale: #DADADA. Windows color (decimal): -1906309 or 8120802. OLE color: 8120802.
HSL color Cylindrical-coordinate representation of color #E2E97B: hue angle of 63.82º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2E97B is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 233 | 123 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.09 |
| HSL | 63.82º | 0.71% | 0.7% | - |
| HSV(B) | 63.82º | 0.47% | 0.91% | - |
| XYZ | 64.08 | 75.88 | 30.01 | - |
| YUV | 218.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 233 | 123 | 0.03 | 0 | 0.47 | 0.09 | 63.82 | 0.71 | 0.7 |
| Hex | E2 | E9 | 7B | 3 | 0 | 2F | 9 | 40 | 47 | 46 |
| Octal | 342 | 351 | 173 | 3 | 0 | 57 | 11 | 100 | 107 | 106 |
| Binary | 11100010 | 11101001 | 1111011 | 11 | 0 | 101111 | 1001 | 1000000 | 1000111 | 1000110 |
Color Harmonies of #E2E97B
Complementary color
Monochromatic Colors of #E2E97B
Black with #E2E97B
Text Example
Text Example
White with #E2E97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E97B; }
p { color: rgb(226,233,123); }
H1.HeaderClassName
{
color: #E2E97B;
}
.AnyTagClassName
{
color: #E2E97B;
}
</style>
background-color css
<style>
a { background-color: #E2E97B; }
a { background-color: rgb(226,233,123); }
div.DivClassName
{
background-color: #E2E97B;
}
.BgClassName
{
background-color: #E2E97B;
}
</style>
border-color css
<style>
span { border-color: #E2E97B; }
span { border-color: rgb(226,233,123); }
td.TdClassName
{
border-color: #E2E97B;
}
.TagClassName
{
border-color: #E2E97B;
}
</style>