Shades of Texas #E5E375
Tints of Texas #E5E375
RGB
CMYK
RGB Variations
Color information
#E5E375 (or 0xE5E375) is known color: Texas. HEX triplet: E5, E3 and 75. RGB value is (229,227,117). Sum of RGB (Red+Green+Blue) = 229+227+117=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 117 (46.09% from 255 or 20.42% from 573); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E375 is #1A1C8A. Grayscale: #D7D7D7. Windows color (decimal): -1711243 or 7726053. OLE color: 7726053.
HSL color Cylindrical-coordinate representation of color #E5E375: hue angle of 58.93º 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 #E5E375 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 117 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.10 |
| HSL | 58.93º | 0.68% | 0.68% | - |
| HSV(B) | 58.93º | 0.49% | 0.9% | - |
| XYZ | 62.99 | 72.88 | 27.58 | - |
| YUV | 215.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 117 | 0 | 0.01 | 0.49 | 0.10 | 58.93 | 0.68 | 0.68 |
| Hex | E5 | E3 | 75 | 0 | 1 | 31 | A | 3B | 44 | 44 |
| Octal | 345 | 343 | 165 | 0 | 1 | 61 | 12 | 73 | 104 | 104 |
| Binary | 11100101 | 11100011 | 1110101 | 0 | 1 | 110001 | 1010 | 111011 | 1000100 | 1000100 |
Color Harmonies of #E5E375
Complementary color
Monochromatic Colors of #E5E375
Black with #E5E375
Text Example
Text Example
White with #E5E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E375; }
p { color: rgb(229,227,117); }
H1.HeaderClassName
{
color: #E5E375;
}
.AnyTagClassName
{
color: #E5E375;
}
</style>
background-color css
<style>
a { background-color: #E5E375; }
a { background-color: rgb(229,227,117); }
div.DivClassName
{
background-color: #E5E375;
}
.BgClassName
{
background-color: #E5E375;
}
</style>
border-color css
<style>
span { border-color: #E5E375; }
span { border-color: rgb(229,227,117); }
td.TdClassName
{
border-color: #E5E375;
}
.TagClassName
{
border-color: #E5E375;
}
</style>