Shades of Texas #E5E97F
Tints of Texas #E5E97F
RGB
CMYK
RGB Variations
Color information
#E5E97F (or 0xE5E97F) is known color: Texas. HEX triplet: E5, E9 and 7F. RGB value is (229,233,127). Sum of RGB (Red+Green+Blue) = 229+233+127=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E97F is #1A1680. Grayscale: #DCDCDC. Windows color (decimal): -1709697 or 8382949. OLE color: 8382949.
HSL color Cylindrical-coordinate representation of color #E5E97F: hue angle of 62.26º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5E97F is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 127 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.09 |
| HSL | 62.26º | 0.71% | 0.71% | - |
| HSV(B) | 62.26º | 0.45% | 0.91% | - |
| XYZ | 65.28 | 76.47 | 31.4 | - |
| YUV | 219.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 127 | 0.02 | 0 | 0.45 | 0.09 | 62.26 | 0.71 | 0.71 |
| Hex | E5 | E9 | 7F | 2 | 0 | 2D | 9 | 3E | 47 | 47 |
| Octal | 345 | 351 | 177 | 2 | 0 | 55 | 11 | 76 | 107 | 107 |
| Binary | 11100101 | 11101001 | 1111111 | 10 | 0 | 101101 | 1001 | 111110 | 1000111 | 1000111 |
Color Harmonies of #E5E97F
Complementary color
Monochromatic Colors of #E5E97F
Black with #E5E97F
Text Example
Text Example
White with #E5E97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E97F; }
p { color: rgb(229,233,127); }
H1.HeaderClassName
{
color: #E5E97F;
}
.AnyTagClassName
{
color: #E5E97F;
}
</style>
background-color css
<style>
a { background-color: #E5E97F; }
a { background-color: rgb(229,233,127); }
div.DivClassName
{
background-color: #E5E97F;
}
.BgClassName
{
background-color: #E5E97F;
}
</style>
border-color css
<style>
span { border-color: #E5E97F; }
span { border-color: rgb(229,233,127); }
td.TdClassName
{
border-color: #E5E97F;
}
.TagClassName
{
border-color: #E5E97F;
}
</style>