Html Css Color HEX #E6D48D Double Colonial White
📋 copy color: '#E6D48D'red 230 ◦ green 212 ◦ blue 141
Shades of Double Colonial White #E6D48D
Tints of Double Colonial White #E6D48D
RGB
CMYK
RGB Variations
Color information
#E6D48D (or 0xE6D48D) is known color: Double Colonial White. HEX triplet: E6, D4 and 8D. RGB value is (230,212,141). Sum of RGB (Red+Green+Blue) = 230+212+141=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D48D is #192B72. Grayscale: #D1D1D1. Windows color (decimal): -1649523 or 9295078. OLE color: 9295078.
HSL color Cylindrical-coordinate representation of color #E6D48D: hue angle of 47.87º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6D48D is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 141 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.10 |
| HSL | 47.87º | 0.64% | 0.73% | - |
| HSV(B) | 47.87º | 0.39% | 0.9% | - |
| XYZ | 60.98 | 65.83 | 34.69 | - |
| YUV | 209.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 141 | 0 | 0.08 | 0.39 | 0.10 | 47.87 | 0.64 | 0.73 |
| Hex | E6 | D4 | 8D | 0 | 8 | 27 | A | 30 | 40 | 49 |
| Octal | 346 | 324 | 215 | 0 | 10 | 47 | 12 | 60 | 100 | 111 |
| Binary | 11100110 | 11010100 | 10001101 | 0 | 1000 | 100111 | 1010 | 110000 | 1000000 | 1001001 |
Color Harmonies of #E6D48D
Complementary color
Monochromatic Colors of #E6D48D
Black with #E6D48D
Text Example
Text Example
White with #E6D48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D48D; }
p { color: rgb(230,212,141); }
H1.HeaderClassName
{
color: #E6D48D;
}
.AnyTagClassName
{
color: #E6D48D;
}
</style>
background-color css
<style>
a { background-color: #E6D48D; }
a { background-color: rgb(230,212,141); }
div.DivClassName
{
background-color: #E6D48D;
}
.BgClassName
{
background-color: #E6D48D;
}
</style>
border-color css
<style>
span { border-color: #E6D48D; }
span { border-color: rgb(230,212,141); }
td.TdClassName
{
border-color: #E6D48D;
}
.TagClassName
{
border-color: #E6D48D;
}
</style>