Shades of Sapling #E0D4AF
Tints of Sapling #E0D4AF
RGB
CMYK
RGB Variations
Color information
#E0D4AF (or 0xE0D4AF) is known color: Sapling. HEX triplet: E0, D4 and AF. RGB value is (224,212,175). Sum of RGB (Red+Green+Blue) = 224+212+175=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D4AF is #1F2B50. Grayscale: #D3D3D3. Windows color (decimal): -2042705 or 11523296. OLE color: 11523296.
HSL color Cylindrical-coordinate representation of color #E0D4AF: hue angle of 45.31º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0D4AF is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 175 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.12 |
| HSL | 45.31º | 0.44% | 0.78% | - |
| HSV(B) | 45.31º | 0.22% | 0.88% | - |
| XYZ | 62.02 | 66.03 | 50.03 | - |
| YUV | 211.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 175 | 0 | 0.05 | 0.22 | 0.12 | 45.31 | 0.44 | 0.78 |
| Hex | E0 | D4 | AF | 0 | 5 | 16 | C | 2D | 2C | 4E |
| Octal | 340 | 324 | 257 | 0 | 5 | 26 | 14 | 55 | 54 | 116 |
| Binary | 11100000 | 11010100 | 10101111 | 0 | 101 | 10110 | 1100 | 101101 | 101100 | 1001110 |
Color Harmonies of #E0D4AF
Complementary color
Monochromatic Colors of #E0D4AF
Black with #E0D4AF
Text Example
Text Example
White with #E0D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D4AF; }
p { color: rgb(224,212,175); }
H1.HeaderClassName
{
color: #E0D4AF;
}
.AnyTagClassName
{
color: #E0D4AF;
}
</style>
background-color css
<style>
a { background-color: #E0D4AF; }
a { background-color: rgb(224,212,175); }
div.DivClassName
{
background-color: #E0D4AF;
}
.BgClassName
{
background-color: #E0D4AF;
}
</style>
border-color css
<style>
span { border-color: #E0D4AF; }
span { border-color: rgb(224,212,175); }
td.TdClassName
{
border-color: #E0D4AF;
}
.TagClassName
{
border-color: #E0D4AF;
}
</style>