Shades of Texas #E2DD7C
Tints of Texas #E2DD7C
RGB
CMYK
RGB Variations
Color information
#E2DD7C (or 0xE2DD7C) is known color: Texas. HEX triplet: E2, DD and 7C. RGB value is (226,221,124). Sum of RGB (Red+Green+Blue) = 226+221+124=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD7C is #1D2283. Grayscale: #D3D3D3. Windows color (decimal): -1909380 or 8183266. OLE color: 8183266.
HSL color Cylindrical-coordinate representation of color #E2DD7C: hue angle of 57.06º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2DD7C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 221 | 124 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.11 |
| HSL | 57.06º | 0.64% | 0.69% | - |
| HSV(B) | 57.06º | 0.45% | 0.89% | - |
| XYZ | 60.86 | 69.34 | 29.24 | - |
| YUV | 211.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 221 | 124 | 0 | 0.02 | 0.45 | 0.11 | 57.06 | 0.64 | 0.69 |
| Hex | E2 | DD | 7C | 0 | 2 | 2D | B | 39 | 40 | 45 |
| Octal | 342 | 335 | 174 | 0 | 2 | 55 | 13 | 71 | 100 | 105 |
| Binary | 11100010 | 11011101 | 1111100 | 0 | 10 | 101101 | 1011 | 111001 | 1000000 | 1000101 |
Color Harmonies of #E2DD7C
Complementary color
Monochromatic Colors of #E2DD7C
Black with #E2DD7C
Text Example
Text Example
White with #E2DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DD7C; }
p { color: rgb(226,221,124); }
H1.HeaderClassName
{
color: #E2DD7C;
}
.AnyTagClassName
{
color: #E2DD7C;
}
</style>
background-color css
<style>
a { background-color: #E2DD7C; }
a { background-color: rgb(226,221,124); }
div.DivClassName
{
background-color: #E2DD7C;
}
.BgClassName
{
background-color: #E2DD7C;
}
</style>
border-color css
<style>
span { border-color: #E2DD7C; }
span { border-color: rgb(226,221,124); }
td.TdClassName
{
border-color: #E2DD7C;
}
.TagClassName
{
border-color: #E2DD7C;
}
</style>