Shades of Texas #E5E47C
Tints of Texas #E5E47C
RGB
CMYK
RGB Variations
Color information
#E5E47C (or 0xE5E47C) is known color: Texas. HEX triplet: E5, E4 and 7C. RGB value is (229,228,124). Sum of RGB (Red+Green+Blue) = 229+228+124=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E47C is #1A1B83. Grayscale: #D8D8D8. Windows color (decimal): -1710980 or 8185061. OLE color: 8185061.
HSL color Cylindrical-coordinate representation of color #E5E47C: hue angle of 59.43º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5E47C is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 124 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.10 |
| HSL | 59.43º | 0.67% | 0.69% | - |
| HSV(B) | 59.43º | 0.46% | 0.9% | - |
| XYZ | 63.69 | 73.6 | 29.92 | - |
| YUV | 216.44 | 75.83 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 124 | 0 | 0.00 | 0.46 | 0.10 | 59.43 | 0.67 | 0.69 |
| Hex | E5 | E4 | 7C | 0 | 0 | 2E | A | 3B | 43 | 45 |
| Octal | 345 | 344 | 174 | 0 | 0 | 56 | 12 | 73 | 103 | 105 |
| Binary | 11100101 | 11100100 | 1111100 | 0 | 0 | 101110 | 1010 | 111011 | 1000011 | 1000101 |
Color Harmonies of #E5E47C
Complementary color
Monochromatic Colors of #E5E47C
Black with #E5E47C
Text Example
Text Example
White with #E5E47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E47C; }
p { color: rgb(229,228,124); }
H1.HeaderClassName
{
color: #E5E47C;
}
.AnyTagClassName
{
color: #E5E47C;
}
</style>
background-color css
<style>
a { background-color: #E5E47C; }
a { background-color: rgb(229,228,124); }
div.DivClassName
{
background-color: #E5E47C;
}
.BgClassName
{
background-color: #E5E47C;
}
</style>
border-color css
<style>
span { border-color: #E5E47C; }
span { border-color: rgb(229,228,124); }
td.TdClassName
{
border-color: #E5E47C;
}
.TagClassName
{
border-color: #E5E47C;
}
</style>