Shades of Texas #E5E17D
Tints of Texas #E5E17D
RGB
CMYK
RGB Variations
Color information
#E5E17D (or 0xE5E17D) is known color: Texas. HEX triplet: E5, E1 and 7D. RGB value is (229,225,125). Sum of RGB (Red+Green+Blue) = 229+225+125=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E17D is #1A1E82. Grayscale: #D7D7D7. Windows color (decimal): -1711747 or 8249829. OLE color: 8249829.
HSL color Cylindrical-coordinate representation of color #E5E17D: hue angle of 57.69º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5E17D is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 125 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.10 |
| HSL | 57.69º | 0.67% | 0.69% | - |
| HSV(B) | 57.69º | 0.45% | 0.9% | - |
| XYZ | 62.94 | 71.99 | 29.98 | - |
| YUV | 214.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 125 | 0 | 0.02 | 0.45 | 0.10 | 57.69 | 0.67 | 0.69 |
| Hex | E5 | E1 | 7D | 0 | 2 | 2D | A | 3A | 43 | 45 |
| Octal | 345 | 341 | 175 | 0 | 2 | 55 | 12 | 72 | 103 | 105 |
| Binary | 11100101 | 11100001 | 1111101 | 0 | 10 | 101101 | 1010 | 111010 | 1000011 | 1000101 |
Color Harmonies of #E5E17D
Complementary color
Monochromatic Colors of #E5E17D
Black with #E5E17D
Text Example
Text Example
White with #E5E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E17D; }
p { color: rgb(229,225,125); }
H1.HeaderClassName
{
color: #E5E17D;
}
.AnyTagClassName
{
color: #E5E17D;
}
</style>
background-color css
<style>
a { background-color: #E5E17D; }
a { background-color: rgb(229,225,125); }
div.DivClassName
{
background-color: #E5E17D;
}
.BgClassName
{
background-color: #E5E17D;
}
</style>
border-color css
<style>
span { border-color: #E5E17D; }
span { border-color: rgb(229,225,125); }
td.TdClassName
{
border-color: #E5E17D;
}
.TagClassName
{
border-color: #E5E17D;
}
</style>