Shades of Texas #E2DC80
Tints of Texas #E2DC80
RGB
CMYK
RGB Variations
Color information
#E2DC80 (or 0xE2DC80) is known color: Texas. HEX triplet: E2, DC and 80. RGB value is (226,220,128). Sum of RGB (Red+Green+Blue) = 226+220+128=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DC80 is #1D237F. Grayscale: #D3D3D3. Windows color (decimal): -1909632 or 8445154. OLE color: 8445154.
HSL color Cylindrical-coordinate representation of color #E2DC80: hue angle of 56.33º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2DC80 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 220 | 128 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.11 |
| HSL | 56.33º | 0.63% | 0.69% | - |
| HSV(B) | 56.33º | 0.43% | 0.89% | - |
| XYZ | 60.85 | 68.91 | 30.52 | - |
| YUV | 211.31 | 80.99 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 220 | 128 | 0 | 0.03 | 0.43 | 0.11 | 56.33 | 0.63 | 0.69 |
| Hex | E2 | DC | 80 | 0 | 3 | 2B | B | 38 | 3F | 45 |
| Octal | 342 | 334 | 200 | 0 | 3 | 53 | 13 | 70 | 77 | 105 |
| Binary | 11100010 | 11011100 | 10000000 | 0 | 11 | 101011 | 1011 | 111000 | 111111 | 1000101 |
Color Harmonies of #E2DC80
Complementary color
Monochromatic Colors of #E2DC80
Black with #E2DC80
Text Example
Text Example
White with #E2DC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DC80; }
p { color: rgb(226,220,128); }
H1.HeaderClassName
{
color: #E2DC80;
}
.AnyTagClassName
{
color: #E2DC80;
}
</style>
background-color css
<style>
a { background-color: #E2DC80; }
a { background-color: rgb(226,220,128); }
div.DivClassName
{
background-color: #E2DC80;
}
.BgClassName
{
background-color: #E2DC80;
}
</style>
border-color css
<style>
span { border-color: #E2DC80; }
span { border-color: rgb(226,220,128); }
td.TdClassName
{
border-color: #E2DC80;
}
.TagClassName
{
border-color: #E2DC80;
}
</style>