Shades of Texas #E8E180
Tints of Texas #E8E180
RGB
CMYK
RGB Variations
Color information
#E8E180 (or 0xE8E180) is known color: Texas. HEX triplet: E8, E1 and 80. RGB value is (232,225,128). Sum of RGB (Red+Green+Blue) = 232+225+128=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E180 is #171E7F. Grayscale: #D8D8D8. Windows color (decimal): -1515136 or 8446440. OLE color: 8446440.
HSL color Cylindrical-coordinate representation of color #E8E180: hue angle of 55.96º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8E180 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 128 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.09 |
| HSL | 55.96º | 0.69% | 0.71% | - |
| HSV(B) | 55.96º | 0.45% | 0.91% | - |
| XYZ | 64.1 | 72.56 | 31.05 | - |
| YUV | 216.04 | 78.32 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 128 | 0 | 0.03 | 0.45 | 0.09 | 55.96 | 0.69 | 0.71 |
| Hex | E8 | E1 | 80 | 0 | 3 | 2D | 9 | 38 | 45 | 47 |
| Octal | 350 | 341 | 200 | 0 | 3 | 55 | 11 | 70 | 105 | 107 |
| Binary | 11101000 | 11100001 | 10000000 | 0 | 11 | 101101 | 1001 | 111000 | 1000101 | 1000111 |
Color Harmonies of #E8E180
Complementary color
Monochromatic Colors of #E8E180
Black with #E8E180
Text Example
Text Example
White with #E8E180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E180; }
p { color: rgb(232,225,128); }
H1.HeaderClassName
{
color: #E8E180;
}
.AnyTagClassName
{
color: #E8E180;
}
</style>
background-color css
<style>
a { background-color: #E8E180; }
a { background-color: rgb(232,225,128); }
div.DivClassName
{
background-color: #E8E180;
}
.BgClassName
{
background-color: #E8E180;
}
</style>
border-color css
<style>
span { border-color: #E8E180; }
span { border-color: rgb(232,225,128); }
td.TdClassName
{
border-color: #E8E180;
}
.TagClassName
{
border-color: #E8E180;
}
</style>