Shades of Texas #E8E282
Tints of Texas #E8E282
RGB
CMYK
RGB Variations
Color information
#E8E282 (or 0xE8E282) is known color: Texas. HEX triplet: E8, E2 and 82. RGB value is (232,226,130). Sum of RGB (Red+Green+Blue) = 232+226+130=588 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.46% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E282 is #171D7D. Grayscale: #D9D9D9. Windows color (decimal): -1514878 or 8577768. OLE color: 8577768.
HSL color Cylindrical-coordinate representation of color #E8E282: hue angle of 56.47º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E8E282 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 130 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.09 |
| HSL | 56.47º | 0.69% | 0.71% | - |
| HSV(B) | 56.47º | 0.44% | 0.91% | - |
| XYZ | 64.5 | 73.16 | 31.84 | - |
| YUV | 216.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 130 | 0 | 0.03 | 0.44 | 0.09 | 56.47 | 0.69 | 0.71 |
| Hex | E8 | E2 | 82 | 0 | 3 | 2C | 9 | 38 | 45 | 47 |
| Octal | 350 | 342 | 202 | 0 | 3 | 54 | 11 | 70 | 105 | 107 |
| Binary | 11101000 | 11100010 | 10000010 | 0 | 11 | 101100 | 1001 | 111000 | 1000101 | 1000111 |
Color Harmonies of #E8E282
Complementary color
Monochromatic Colors of #E8E282
Black with #E8E282
Text Example
Text Example
White with #E8E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E282; }
p { color: rgb(232,226,130); }
H1.HeaderClassName
{
color: #E8E282;
}
.AnyTagClassName
{
color: #E8E282;
}
</style>
background-color css
<style>
a { background-color: #E8E282; }
a { background-color: rgb(232,226,130); }
div.DivClassName
{
background-color: #E8E282;
}
.BgClassName
{
background-color: #E8E282;
}
</style>
border-color css
<style>
span { border-color: #E8E282; }
span { border-color: rgb(232,226,130); }
td.TdClassName
{
border-color: #E8E282;
}
.TagClassName
{
border-color: #E8E282;
}
</style>