Html Css Color HEX #E0D39B Double Colonial White
📋 copy color: '#E0D39B'red 224 ◦ green 211 ◦ blue 155
Shades of Double Colonial White #E0D39B
Tints of Double Colonial White #E0D39B
RGB
CMYK
RGB Variations
Color information
#E0D39B (or 0xE0D39B) is known color: Double Colonial White. HEX triplet: E0, D3 and 9B. RGB value is (224,211,155). Sum of RGB (Red+Green+Blue) = 224+211+155=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D39B is #1F2C64. Grayscale: #D0D0D0. Windows color (decimal): -2042981 or 10212320. OLE color: 10212320.
HSL color Cylindrical-coordinate representation of color #E0D39B: hue angle of 48.7º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0D39B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 155 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.12 |
| HSL | 48.7º | 0.53% | 0.74% | - |
| HSV(B) | 48.7º | 0.31% | 0.88% | - |
| XYZ | 59.95 | 64.8 | 40.36 | - |
| YUV | 208.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 155 | 0 | 0.06 | 0.31 | 0.12 | 48.7 | 0.53 | 0.74 |
| Hex | E0 | D3 | 9B | 0 | 6 | 1F | C | 31 | 35 | 4A |
| Octal | 340 | 323 | 233 | 0 | 6 | 37 | 14 | 61 | 65 | 112 |
| Binary | 11100000 | 11010011 | 10011011 | 0 | 110 | 11111 | 1100 | 110001 | 110101 | 1001010 |
Color Harmonies of #E0D39B
Complementary color
Monochromatic Colors of #E0D39B
Black with #E0D39B
Text Example
Text Example
White with #E0D39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D39B; }
p { color: rgb(224,211,155); }
H1.HeaderClassName
{
color: #E0D39B;
}
.AnyTagClassName
{
color: #E0D39B;
}
</style>
background-color css
<style>
a { background-color: #E0D39B; }
a { background-color: rgb(224,211,155); }
div.DivClassName
{
background-color: #E0D39B;
}
.BgClassName
{
background-color: #E0D39B;
}
</style>
border-color css
<style>
span { border-color: #E0D39B; }
span { border-color: rgb(224,211,155); }
td.TdClassName
{
border-color: #E0D39B;
}
.TagClassName
{
border-color: #E0D39B;
}
</style>