Shades of Texas #E0DE80
Tints of Texas #E0DE80
RGB
CMYK
RGB Variations
Color information
#E0DE80 (or 0xE0DE80) is known color: Texas. HEX triplet: E0, DE and 80. RGB value is (224,222,128). Sum of RGB (Red+Green+Blue) = 224+222+128=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DE80 is #1F217F. Grayscale: #D4D4D4. Windows color (decimal): -2040192 or 8445664. OLE color: 8445664.
HSL color Cylindrical-coordinate representation of color #E0DE80: hue angle of 58.75º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0DE80 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 128 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.12 |
| HSL | 58.75º | 0.61% | 0.69% | - |
| HSV(B) | 58.75º | 0.43% | 0.88% | - |
| XYZ | 60.76 | 69.65 | 30.66 | - |
| YUV | 211.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 128 | 0 | 0.01 | 0.43 | 0.12 | 58.75 | 0.61 | 0.69 |
| Hex | E0 | DE | 80 | 0 | 1 | 2B | C | 3B | 3D | 45 |
| Octal | 340 | 336 | 200 | 0 | 1 | 53 | 14 | 73 | 75 | 105 |
| Binary | 11100000 | 11011110 | 10000000 | 0 | 1 | 101011 | 1100 | 111011 | 111101 | 1000101 |
Color Harmonies of #E0DE80
Complementary color
Monochromatic Colors of #E0DE80
Black with #E0DE80
Text Example
Text Example
White with #E0DE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DE80; }
p { color: rgb(224,222,128); }
H1.HeaderClassName
{
color: #E0DE80;
}
.AnyTagClassName
{
color: #E0DE80;
}
</style>
background-color css
<style>
a { background-color: #E0DE80; }
a { background-color: rgb(224,222,128); }
div.DivClassName
{
background-color: #E0DE80;
}
.BgClassName
{
background-color: #E0DE80;
}
</style>
border-color css
<style>
span { border-color: #E0DE80; }
span { border-color: rgb(224,222,128); }
td.TdClassName
{
border-color: #E0DE80;
}
.TagClassName
{
border-color: #E0DE80;
}
</style>