Shades of Texas #E8E975
Tints of Texas #E8E975
RGB
CMYK
RGB Variations
Color information
#E8E975 (or 0xE8E975) is known color: Texas. HEX triplet: E8, E9 and 75. RGB value is (232,233,117). Sum of RGB (Red+Green+Blue) = 232+233+117=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8E975 is #17168A. Grayscale: #DBDBDB. Windows color (decimal): -1513099 or 7727592. OLE color: 7727592.
HSL color Cylindrical-coordinate representation of color #E8E975: hue angle of 60.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8E975 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 233 | 117 | - |
| CMYK | 0.00 | 0 | 0.50 | 0.09 |
| HSL | 60.52º | 0.73% | 0.69% | - |
| HSV(B) | 60.52º | 0.5% | 0.91% | - |
| XYZ | 65.63 | 76.72 | 28.18 | - |
| YUV | 219.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 117 | 0.00 | 0 | 0.50 | 0.09 | 60.52 | 0.73 | 0.69 |
| Hex | E8 | E9 | 75 | 0 | 0 | 32 | 9 | 3D | 48 | 45 |
| Octal | 350 | 351 | 165 | 0 | 0 | 62 | 11 | 75 | 110 | 105 |
| Binary | 11101000 | 11101001 | 1110101 | 0 | 0 | 110010 | 1001 | 111101 | 1001000 | 1000101 |
Color Harmonies of #E8E975
Complementary color
Monochromatic Colors of #E8E975
Black with #E8E975
Text Example
Text Example
White with #E8E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E975; }
p { color: rgb(232,233,117); }
H1.HeaderClassName
{
color: #E8E975;
}
.AnyTagClassName
{
color: #E8E975;
}
</style>
background-color css
<style>
a { background-color: #E8E975; }
a { background-color: rgb(232,233,117); }
div.DivClassName
{
background-color: #E8E975;
}
.BgClassName
{
background-color: #E8E975;
}
</style>
border-color css
<style>
span { border-color: #E8E975; }
span { border-color: rgb(232,233,117); }
td.TdClassName
{
border-color: #E8E975;
}
.TagClassName
{
border-color: #E8E975;
}
</style>