Shades of Texas #E3DF80
Tints of Texas #E3DF80
RGB
CMYK
RGB Variations
Color information
#E3DF80 (or 0xE3DF80) is known color: Texas. HEX triplet: E3, DF and 80. RGB value is (227,223,128). Sum of RGB (Red+Green+Blue) = 227+223+128=578 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.27% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DF80 is #1C207F. Grayscale: #D5D5D5. Windows color (decimal): -1843328 or 8445923. OLE color: 8445923.
HSL color Cylindrical-coordinate representation of color #E3DF80: hue angle of 57.58º degrees, saturation: 0.64, 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 #E3DF80 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 128 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.11 |
| HSL | 57.58º | 0.64% | 0.7% | - |
| HSV(B) | 57.58º | 0.44% | 0.89% | - |
| XYZ | 61.96 | 70.66 | 30.8 | - |
| YUV | 213.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 128 | 0 | 0.02 | 0.44 | 0.11 | 57.58 | 0.64 | 0.7 |
| Hex | E3 | DF | 80 | 0 | 2 | 2C | B | 3A | 40 | 46 |
| Octal | 343 | 337 | 200 | 0 | 2 | 54 | 13 | 72 | 100 | 106 |
| Binary | 11100011 | 11011111 | 10000000 | 0 | 10 | 101100 | 1011 | 111010 | 1000000 | 1000110 |
Color Harmonies of #E3DF80
Complementary color
Monochromatic Colors of #E3DF80
Black with #E3DF80
Text Example
Text Example
White with #E3DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DF80; }
p { color: rgb(227,223,128); }
H1.HeaderClassName
{
color: #E3DF80;
}
.AnyTagClassName
{
color: #E3DF80;
}
</style>
background-color css
<style>
a { background-color: #E3DF80; }
a { background-color: rgb(227,223,128); }
div.DivClassName
{
background-color: #E3DF80;
}
.BgClassName
{
background-color: #E3DF80;
}
</style>
border-color css
<style>
span { border-color: #E3DF80; }
span { border-color: rgb(227,223,128); }
td.TdClassName
{
border-color: #E3DF80;
}
.TagClassName
{
border-color: #E3DF80;
}
</style>