Html Css Color HEX #E6D49C Double Colonial White
📋 copy color: '#E6D49C'red 230 ◦ green 212 ◦ blue 156
Shades of Double Colonial White #E6D49C
Tints of Double Colonial White #E6D49C
RGB
CMYK
RGB Variations
Color information
#E6D49C (or 0xE6D49C) is known color: Double Colonial White. HEX triplet: E6, D4 and 9C. RGB value is (230,212,156). Sum of RGB (Red+Green+Blue) = 230+212+156=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D49C is #192B63. Grayscale: #D3D3D3. Windows color (decimal): -1649508 or 10278118. OLE color: 10278118.
HSL color Cylindrical-coordinate representation of color #E6D49C: hue angle of 45.41º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6D49C is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 156 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.10 |
| HSL | 45.41º | 0.6% | 0.76% | - |
| HSV(B) | 45.41º | 0.32% | 0.9% | - |
| XYZ | 62.18 | 66.31 | 40.97 | - |
| YUV | 211 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 156 | 0 | 0.08 | 0.32 | 0.10 | 45.41 | 0.6 | 0.76 |
| Hex | E6 | D4 | 9C | 0 | 8 | 20 | A | 2D | 3C | 4C |
| Octal | 346 | 324 | 234 | 0 | 10 | 40 | 12 | 55 | 74 | 114 |
| Binary | 11100110 | 11010100 | 10011100 | 0 | 1000 | 100000 | 1010 | 101101 | 111100 | 1001100 |
Color Harmonies of #E6D49C
Complementary color
Monochromatic Colors of #E6D49C
Black with #E6D49C
Text Example
Text Example
White with #E6D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D49C; }
p { color: rgb(230,212,156); }
H1.HeaderClassName
{
color: #E6D49C;
}
.AnyTagClassName
{
color: #E6D49C;
}
</style>
background-color css
<style>
a { background-color: #E6D49C; }
a { background-color: rgb(230,212,156); }
div.DivClassName
{
background-color: #E6D49C;
}
.BgClassName
{
background-color: #E6D49C;
}
</style>
border-color css
<style>
span { border-color: #E6D49C; }
span { border-color: rgb(230,212,156); }
td.TdClassName
{
border-color: #E6D49C;
}
.TagClassName
{
border-color: #E6D49C;
}
</style>