Shades of Texas #E8E083
Tints of Texas #E8E083
RGB
CMYK
RGB Variations
Color information
#E8E083 (or 0xE8E083) is known color: Texas. HEX triplet: E8, E0 and 83. RGB value is (232,224,131). Sum of RGB (Red+Green+Blue) = 232+224+131=587 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.52% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 131 (51.56% from 255 or 22.32% from 587); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E083 is #171F7C. Grayscale: #D8D8D8. Windows color (decimal): -1515389 or 8642792. OLE color: 8642792.
HSL color Cylindrical-coordinate representation of color #E8E083: hue angle of 55.25º 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 #E8E083 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 131 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.09 |
| HSL | 55.25º | 0.69% | 0.71% | - |
| HSV(B) | 55.25º | 0.44% | 0.91% | - |
| XYZ | 64.03 | 72.11 | 32.02 | - |
| YUV | 215.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 131 | 0 | 0.03 | 0.44 | 0.09 | 55.25 | 0.69 | 0.71 |
| Hex | E8 | E0 | 83 | 0 | 3 | 2C | 9 | 37 | 45 | 47 |
| Octal | 350 | 340 | 203 | 0 | 3 | 54 | 11 | 67 | 105 | 107 |
| Binary | 11101000 | 11100000 | 10000011 | 0 | 11 | 101100 | 1001 | 110111 | 1000101 | 1000111 |
Color Harmonies of #E8E083
Complementary color
Monochromatic Colors of #E8E083
Black with #E8E083
Text Example
Text Example
White with #E8E083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E083; }
p { color: rgb(232,224,131); }
H1.HeaderClassName
{
color: #E8E083;
}
.AnyTagClassName
{
color: #E8E083;
}
</style>
background-color css
<style>
a { background-color: #E8E083; }
a { background-color: rgb(232,224,131); }
div.DivClassName
{
background-color: #E8E083;
}
.BgClassName
{
background-color: #E8E083;
}
</style>
border-color css
<style>
span { border-color: #E8E083; }
span { border-color: rgb(232,224,131); }
td.TdClassName
{
border-color: #E8E083;
}
.TagClassName
{
border-color: #E8E083;
}
</style>