Shades of Texas #E0DF80
Tints of Texas #E0DF80
RGB
CMYK
RGB Variations
Color information
#E0DF80 (or 0xE0DF80) is known color: Texas. HEX triplet: E0, DF and 80. RGB value is (224,223,128). Sum of RGB (Red+Green+Blue) = 224+223+128=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DF80 is #1F207F. Grayscale: #D4D4D4. Windows color (decimal): -2039936 or 8445920. OLE color: 8445920.
HSL color Cylindrical-coordinate representation of color #E0DF80: hue angle of 59.38º 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 #E0DF80 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 128 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.12 |
| HSL | 59.38º | 0.61% | 0.69% | - |
| HSV(B) | 59.38º | 0.43% | 0.88% | - |
| XYZ | 61.02 | 70.18 | 30.75 | - |
| YUV | 212.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 128 | 0 | 0.00 | 0.43 | 0.12 | 59.38 | 0.61 | 0.69 |
| Hex | E0 | DF | 80 | 0 | 0 | 2B | C | 3B | 3D | 45 |
| Octal | 340 | 337 | 200 | 0 | 0 | 53 | 14 | 73 | 75 | 105 |
| Binary | 11100000 | 11011111 | 10000000 | 0 | 0 | 101011 | 1100 | 111011 | 111101 | 1000101 |
Color Harmonies of #E0DF80
Complementary color
Monochromatic Colors of #E0DF80
Black with #E0DF80
Text Example
Text Example
White with #E0DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF80; }
p { color: rgb(224,223,128); }
H1.HeaderClassName
{
color: #E0DF80;
}
.AnyTagClassName
{
color: #E0DF80;
}
</style>
background-color css
<style>
a { background-color: #E0DF80; }
a { background-color: rgb(224,223,128); }
div.DivClassName
{
background-color: #E0DF80;
}
.BgClassName
{
background-color: #E0DF80;
}
</style>
border-color css
<style>
span { border-color: #E0DF80; }
span { border-color: rgb(224,223,128); }
td.TdClassName
{
border-color: #E0DF80;
}
.TagClassName
{
border-color: #E0DF80;
}
</style>