Shades of Texas #E8E275
Tints of Texas #E8E275
RGB
CMYK
RGB Variations
Color information
#E8E275 (or 0xE8E275) is known color: Texas. HEX triplet: E8, E2 and 75. RGB value is (232,226,117). Sum of RGB (Red+Green+Blue) = 232+226+117=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 117 (46.09% from 255 or 20.35% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E275 is #171D8A. Grayscale: #D7D7D7. Windows color (decimal): -1514891 or 7725800. OLE color: 7725800.
HSL color Cylindrical-coordinate representation of color #E8E275: hue angle of 56.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8E275 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 117 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.09 |
| HSL | 56.87º | 0.71% | 0.68% | - |
| HSV(B) | 56.87º | 0.5% | 0.91% | - |
| XYZ | 63.69 | 72.83 | 27.53 | - |
| YUV | 215.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 117 | 0 | 0.03 | 0.50 | 0.09 | 56.87 | 0.71 | 0.68 |
| Hex | E8 | E2 | 75 | 0 | 3 | 32 | 9 | 39 | 47 | 44 |
| Octal | 350 | 342 | 165 | 0 | 3 | 62 | 11 | 71 | 107 | 104 |
| Binary | 11101000 | 11100010 | 1110101 | 0 | 11 | 110010 | 1001 | 111001 | 1000111 | 1000100 |
Color Harmonies of #E8E275
Complementary color
Monochromatic Colors of #E8E275
Black with #E8E275
Text Example
Text Example
White with #E8E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E275; }
p { color: rgb(232,226,117); }
H1.HeaderClassName
{
color: #E8E275;
}
.AnyTagClassName
{
color: #E8E275;
}
</style>
background-color css
<style>
a { background-color: #E8E275; }
a { background-color: rgb(232,226,117); }
div.DivClassName
{
background-color: #E8E275;
}
.BgClassName
{
background-color: #E8E275;
}
</style>
border-color css
<style>
span { border-color: #E8E275; }
span { border-color: rgb(232,226,117); }
td.TdClassName
{
border-color: #E8E275;
}
.TagClassName
{
border-color: #E8E275;
}
</style>