Shades of Texas #E1DD80
Tints of Texas #E1DD80
RGB
CMYK
RGB Variations
Color information
#E1DD80 (or 0xE1DD80) is known color: Texas. HEX triplet: E1, DD and 80. RGB value is (225,221,128). Sum of RGB (Red+Green+Blue) = 225+221+128=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD80 is #1E227F. Grayscale: #D3D3D3. Windows color (decimal): -1974912 or 8445409. OLE color: 8445409.
HSL color Cylindrical-coordinate representation of color #E1DD80: hue angle of 57.53º degrees, saturation: 0.62, 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 #E1DD80 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 128 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.12 |
| HSL | 57.53º | 0.62% | 0.69% | - |
| HSV(B) | 57.53º | 0.43% | 0.88% | - |
| XYZ | 60.8 | 69.28 | 30.59 | - |
| YUV | 211.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 128 | 0 | 0.02 | 0.43 | 0.12 | 57.53 | 0.62 | 0.69 |
| Hex | E1 | DD | 80 | 0 | 2 | 2B | C | 3A | 3E | 45 |
| Octal | 341 | 335 | 200 | 0 | 2 | 53 | 14 | 72 | 76 | 105 |
| Binary | 11100001 | 11011101 | 10000000 | 0 | 10 | 101011 | 1100 | 111010 | 111110 | 1000101 |
Color Harmonies of #E1DD80
Complementary color
Monochromatic Colors of #E1DD80
Black with #E1DD80
Text Example
Text Example
White with #E1DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DD80; }
p { color: rgb(225,221,128); }
H1.HeaderClassName
{
color: #E1DD80;
}
.AnyTagClassName
{
color: #E1DD80;
}
</style>
background-color css
<style>
a { background-color: #E1DD80; }
a { background-color: rgb(225,221,128); }
div.DivClassName
{
background-color: #E1DD80;
}
.BgClassName
{
background-color: #E1DD80;
}
</style>
border-color css
<style>
span { border-color: #E1DD80; }
span { border-color: rgb(225,221,128); }
td.TdClassName
{
border-color: #E1DD80;
}
.TagClassName
{
border-color: #E1DD80;
}
</style>