Shades of Texas #E5E988
Tints of Texas #E5E988
RGB
CMYK
RGB Variations
Color information
#E5E988 (or 0xE5E988) is known color: Texas. HEX triplet: E5, E9 and 88. RGB value is (229,233,136). Sum of RGB (Red+Green+Blue) = 229+233+136=598 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.29% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E5E988 is #1A1677. Grayscale: #DDDDDD. Windows color (decimal): -1709688 or 8972773. OLE color: 8972773.
HSL color Cylindrical-coordinate representation of color #E5E988: hue angle of 62.47º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5E988 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 136 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.09 |
| HSL | 62.47º | 0.69% | 0.72% | - |
| HSV(B) | 62.47º | 0.42% | 0.91% | - |
| XYZ | 65.9 | 76.71 | 34.63 | - |
| YUV | 220.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 136 | 0.02 | 0 | 0.42 | 0.09 | 62.47 | 0.69 | 0.72 |
| Hex | E5 | E9 | 88 | 2 | 0 | 2A | 9 | 3E | 45 | 48 |
| Octal | 345 | 351 | 210 | 2 | 0 | 52 | 11 | 76 | 105 | 110 |
| Binary | 11100101 | 11101001 | 10001000 | 10 | 0 | 101010 | 1001 | 111110 | 1000101 | 1001000 |
Color Harmonies of #E5E988
Complementary color
Monochromatic Colors of #E5E988
Black with #E5E988
Text Example
Text Example
White with #E5E988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E988; }
p { color: rgb(229,233,136); }
H1.HeaderClassName
{
color: #E5E988;
}
.AnyTagClassName
{
color: #E5E988;
}
</style>
background-color css
<style>
a { background-color: #E5E988; }
a { background-color: rgb(229,233,136); }
div.DivClassName
{
background-color: #E5E988;
}
.BgClassName
{
background-color: #E5E988;
}
</style>
border-color css
<style>
span { border-color: #E5E988; }
span { border-color: rgb(229,233,136); }
td.TdClassName
{
border-color: #E5E988;
}
.TagClassName
{
border-color: #E5E988;
}
</style>