Shades of Texas #E5E175
Tints of Texas #E5E175
RGB
CMYK
RGB Variations
Color information
#E5E175 (or 0xE5E175) is known color: Texas. HEX triplet: E5, E1 and 75. RGB value is (229,225,117). Sum of RGB (Red+Green+Blue) = 229+225+117=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E175 is #1A1E8A. Grayscale: #D6D6D6. Windows color (decimal): -1711755 or 7725541. OLE color: 7725541.
HSL color Cylindrical-coordinate representation of color #E5E175: hue angle of 57.86º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5E175 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 117 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.10 |
| HSL | 57.86º | 0.68% | 0.68% | - |
| HSV(B) | 57.86º | 0.49% | 0.9% | - |
| XYZ | 62.45 | 71.79 | 27.4 | - |
| YUV | 213.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 117 | 0 | 0.02 | 0.49 | 0.10 | 57.86 | 0.68 | 0.68 |
| Hex | E5 | E1 | 75 | 0 | 2 | 31 | A | 3A | 44 | 44 |
| Octal | 345 | 341 | 165 | 0 | 2 | 61 | 12 | 72 | 104 | 104 |
| Binary | 11100101 | 11100001 | 1110101 | 0 | 10 | 110001 | 1010 | 111010 | 1000100 | 1000100 |
Color Harmonies of #E5E175
Complementary color
Monochromatic Colors of #E5E175
Black with #E5E175
Text Example
Text Example
White with #E5E175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E175; }
p { color: rgb(229,225,117); }
H1.HeaderClassName
{
color: #E5E175;
}
.AnyTagClassName
{
color: #E5E175;
}
</style>
background-color css
<style>
a { background-color: #E5E175; }
a { background-color: rgb(229,225,117); }
div.DivClassName
{
background-color: #E5E175;
}
.BgClassName
{
background-color: #E5E175;
}
</style>
border-color css
<style>
span { border-color: #E5E175; }
span { border-color: rgb(229,225,117); }
td.TdClassName
{
border-color: #E5E175;
}
.TagClassName
{
border-color: #E5E175;
}
</style>