Shades of Texas #E5E97D
Tints of Texas #E5E97D
RGB
CMYK
RGB Variations
Color information
#E5E97D (or 0xE5E97D) is known color: Texas. HEX triplet: E5, E9 and 7D. RGB value is (229,233,125). Sum of RGB (Red+Green+Blue) = 229+233+125=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E97D is #1A1682. Grayscale: #DBDBDB. Windows color (decimal): -1709699 or 8251877. OLE color: 8251877.
HSL color Cylindrical-coordinate representation of color #E5E97D: hue angle of 62.22º degrees, saturation: 0.71, 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 #E5E97D is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 125 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.09 |
| HSL | 62.22º | 0.71% | 0.7% | - |
| HSV(B) | 62.22º | 0.46% | 0.91% | - |
| XYZ | 65.15 | 76.42 | 30.72 | - |
| YUV | 219.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 125 | 0.02 | 0 | 0.46 | 0.09 | 62.22 | 0.71 | 0.7 |
| Hex | E5 | E9 | 7D | 2 | 0 | 2E | 9 | 3E | 47 | 46 |
| Octal | 345 | 351 | 175 | 2 | 0 | 56 | 11 | 76 | 107 | 106 |
| Binary | 11100101 | 11101001 | 1111101 | 10 | 0 | 101110 | 1001 | 111110 | 1000111 | 1000110 |
Color Harmonies of #E5E97D
Complementary color
Monochromatic Colors of #E5E97D
Black with #E5E97D
Text Example
Text Example
White with #E5E97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E97D; }
p { color: rgb(229,233,125); }
H1.HeaderClassName
{
color: #E5E97D;
}
.AnyTagClassName
{
color: #E5E97D;
}
</style>
background-color css
<style>
a { background-color: #E5E97D; }
a { background-color: rgb(229,233,125); }
div.DivClassName
{
background-color: #E5E97D;
}
.BgClassName
{
background-color: #E5E97D;
}
</style>
border-color css
<style>
span { border-color: #E5E97D; }
span { border-color: rgb(229,233,125); }
td.TdClassName
{
border-color: #E5E97D;
}
.TagClassName
{
border-color: #E5E97D;
}
</style>