Shades of Texas #E0DC7F
Tints of Texas #E0DC7F
RGB
CMYK
RGB Variations
Color information
#E0DC7F (or 0xE0DC7F) is known color: Texas. HEX triplet: E0, DC and 7F. RGB value is (224,220,127). Sum of RGB (Red+Green+Blue) = 224+220+127=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DC7F is #1F2380. Grayscale: #D2D2D2. Windows color (decimal): -2040705 or 8379616. OLE color: 8379616.
HSL color Cylindrical-coordinate representation of color #E0DC7F: hue angle of 57.53º degrees, saturation: 0.61, 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 #E0DC7F is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 127 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.12 |
| HSL | 57.53º | 0.61% | 0.69% | - |
| HSV(B) | 57.53º | 0.43% | 0.88% | - |
| XYZ | 60.16 | 68.57 | 30.14 | - |
| YUV | 210.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 127 | 0 | 0.02 | 0.43 | 0.12 | 57.53 | 0.61 | 0.69 |
| Hex | E0 | DC | 7F | 0 | 2 | 2B | C | 3A | 3D | 45 |
| Octal | 340 | 334 | 177 | 0 | 2 | 53 | 14 | 72 | 75 | 105 |
| Binary | 11100000 | 11011100 | 1111111 | 0 | 10 | 101011 | 1100 | 111010 | 111101 | 1000101 |
Color Harmonies of #E0DC7F
Complementary color
Monochromatic Colors of #E0DC7F
Black with #E0DC7F
Text Example
Text Example
White with #E0DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC7F; }
p { color: rgb(224,220,127); }
H1.HeaderClassName
{
color: #E0DC7F;
}
.AnyTagClassName
{
color: #E0DC7F;
}
</style>
background-color css
<style>
a { background-color: #E0DC7F; }
a { background-color: rgb(224,220,127); }
div.DivClassName
{
background-color: #E0DC7F;
}
.BgClassName
{
background-color: #E0DC7F;
}
</style>
border-color css
<style>
span { border-color: #E0DC7F; }
span { border-color: rgb(224,220,127); }
td.TdClassName
{
border-color: #E0DC7F;
}
.TagClassName
{
border-color: #E0DC7F;
}
</style>