Shades of Texas #E4DF80
Tints of Texas #E4DF80
RGB
CMYK
RGB Variations
Color information
#E4DF80 (or 0xE4DF80) is known color: Texas. HEX triplet: E4, DF and 80. RGB value is (228,223,128). Sum of RGB (Red+Green+Blue) = 228+223+128=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4DF80 is #1B207F. Grayscale: #D6D6D6. Windows color (decimal): -1777792 or 8445924. OLE color: 8445924.
HSL color Cylindrical-coordinate representation of color #E4DF80: hue angle of 57º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E4DF80 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 128 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.11 |
| HSL | 57º | 0.65% | 0.7% | - |
| HSV(B) | 57º | 0.44% | 0.89% | - |
| XYZ | 62.28 | 70.83 | 30.81 | - |
| YUV | 213.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 128 | 0 | 0.02 | 0.44 | 0.11 | 57 | 0.65 | 0.7 |
| Hex | E4 | DF | 80 | 0 | 2 | 2C | B | 39 | 41 | 46 |
| Octal | 344 | 337 | 200 | 0 | 2 | 54 | 13 | 71 | 101 | 106 |
| Binary | 11100100 | 11011111 | 10000000 | 0 | 10 | 101100 | 1011 | 111001 | 1000001 | 1000110 |
Color Harmonies of #E4DF80
Complementary color
Monochromatic Colors of #E4DF80
Black with #E4DF80
Text Example
Text Example
White with #E4DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF80; }
p { color: rgb(228,223,128); }
H1.HeaderClassName
{
color: #E4DF80;
}
.AnyTagClassName
{
color: #E4DF80;
}
</style>
background-color css
<style>
a { background-color: #E4DF80; }
a { background-color: rgb(228,223,128); }
div.DivClassName
{
background-color: #E4DF80;
}
.BgClassName
{
background-color: #E4DF80;
}
</style>
border-color css
<style>
span { border-color: #E4DF80; }
span { border-color: rgb(228,223,128); }
td.TdClassName
{
border-color: #E4DF80;
}
.TagClassName
{
border-color: #E4DF80;
}
</style>