Html Css Color HEX #E3D49C Double Colonial White
📋 copy color: '#E3D49C'red 227 ◦ green 212 ◦ blue 156
Shades of Double Colonial White #E3D49C
Tints of Double Colonial White #E3D49C
RGB
CMYK
RGB Variations
Color information
#E3D49C (or 0xE3D49C) is known color: Double Colonial White. HEX triplet: E3, D4 and 9C. RGB value is (227,212,156). Sum of RGB (Red+Green+Blue) = 227+212+156=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D49C is #1C2B63. Grayscale: #D2D2D2. Windows color (decimal): -1846116 or 10278115. OLE color: 10278115.
HSL color Cylindrical-coordinate representation of color #E3D49C: hue angle of 47.32º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E3D49C is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 156 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.11 |
| HSL | 47.32º | 0.56% | 0.75% | - |
| HSV(B) | 47.32º | 0.31% | 0.89% | - |
| XYZ | 61.22 | 65.82 | 40.93 | - |
| YUV | 210.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 156 | 0 | 0.07 | 0.31 | 0.11 | 47.32 | 0.56 | 0.75 |
| Hex | E3 | D4 | 9C | 0 | 7 | 1F | B | 2F | 38 | 4B |
| Octal | 343 | 324 | 234 | 0 | 7 | 37 | 13 | 57 | 70 | 113 |
| Binary | 11100011 | 11010100 | 10011100 | 0 | 111 | 11111 | 1011 | 101111 | 111000 | 1001011 |
Color Harmonies of #E3D49C
Complementary color
Monochromatic Colors of #E3D49C
Black with #E3D49C
Text Example
Text Example
White with #E3D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D49C; }
p { color: rgb(227,212,156); }
H1.HeaderClassName
{
color: #E3D49C;
}
.AnyTagClassName
{
color: #E3D49C;
}
</style>
background-color css
<style>
a { background-color: #E3D49C; }
a { background-color: rgb(227,212,156); }
div.DivClassName
{
background-color: #E3D49C;
}
.BgClassName
{
background-color: #E3D49C;
}
</style>
border-color css
<style>
span { border-color: #E3D49C; }
span { border-color: rgb(227,212,156); }
td.TdClassName
{
border-color: #E3D49C;
}
.TagClassName
{
border-color: #E3D49C;
}
</style>