Shades of Texas #E8E782
Tints of Texas #E8E782
RGB
CMYK
RGB Variations
Color information
#E8E782 (or 0xE8E782) is known color: Texas. HEX triplet: E8, E7 and 82. RGB value is (232,231,130). Sum of RGB (Red+Green+Blue) = 232+231+130=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 130 (51.17% from 255 or 21.92% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E782 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8E782 is #17187D. Grayscale: #DCDCDC. Windows color (decimal): -1513598 or 8579048. OLE color: 8579048.
HSL color Cylindrical-coordinate representation of color #E8E782: hue angle of 59.41º 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 #E8E782 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 231 | 130 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.09 |
| HSL | 59.41º | 0.69% | 0.71% | - |
| HSV(B) | 59.41º | 0.44% | 0.91% | - |
| XYZ | 65.88 | 75.92 | 32.3 | - |
| YUV | 219.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 231 | 130 | 0 | 0.00 | 0.44 | 0.09 | 59.41 | 0.69 | 0.71 |
| Hex | E8 | E7 | 82 | 0 | 0 | 2C | 9 | 3B | 45 | 47 |
| Octal | 350 | 347 | 202 | 0 | 0 | 54 | 11 | 73 | 105 | 107 |
| Binary | 11101000 | 11100111 | 10000010 | 0 | 0 | 101100 | 1001 | 111011 | 1000101 | 1000111 |
Color Harmonies of #E8E782
Complementary color
Monochromatic Colors of #E8E782
Black with #E8E782
Text Example
Text Example
White with #E8E782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E782; }
p { color: rgb(232,231,130); }
H1.HeaderClassName
{
color: #E8E782;
}
.AnyTagClassName
{
color: #E8E782;
}
</style>
background-color css
<style>
a { background-color: #E8E782; }
a { background-color: rgb(232,231,130); }
div.DivClassName
{
background-color: #E8E782;
}
.BgClassName
{
background-color: #E8E782;
}
</style>
border-color css
<style>
span { border-color: #E8E782; }
span { border-color: rgb(232,231,130); }
td.TdClassName
{
border-color: #E8E782;
}
.TagClassName
{
border-color: #E8E782;
}
</style>