Html Css Color HEX #E6D48E Double Colonial White
📋 copy color: '#E6D48E'red 230 ◦ green 212 ◦ blue 142
Shades of Double Colonial White #E6D48E
Tints of Double Colonial White #E6D48E
RGB
CMYK
RGB Variations
Color information
#E6D48E (or 0xE6D48E) is known color: Double Colonial White. HEX triplet: E6, D4 and 8E. RGB value is (230,212,142). Sum of RGB (Red+Green+Blue) = 230+212+142=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D48E is #192B71. Grayscale: #D1D1D1. Windows color (decimal): -1649522 or 9360614. OLE color: 9360614.
HSL color Cylindrical-coordinate representation of color #E6D48E: hue angle of 47.73º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6D48E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 142 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.10 |
| HSL | 47.73º | 0.64% | 0.73% | - |
| HSV(B) | 47.73º | 0.38% | 0.9% | - |
| XYZ | 61.06 | 65.86 | 35.09 | - |
| YUV | 209.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 142 | 0 | 0.08 | 0.38 | 0.10 | 47.73 | 0.64 | 0.73 |
| Hex | E6 | D4 | 8E | 0 | 8 | 26 | A | 30 | 40 | 49 |
| Octal | 346 | 324 | 216 | 0 | 10 | 46 | 12 | 60 | 100 | 111 |
| Binary | 11100110 | 11010100 | 10001110 | 0 | 1000 | 100110 | 1010 | 110000 | 1000000 | 1001001 |
Color Harmonies of #E6D48E
Complementary color
Monochromatic Colors of #E6D48E
Black with #E6D48E
Text Example
Text Example
White with #E6D48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D48E; }
p { color: rgb(230,212,142); }
H1.HeaderClassName
{
color: #E6D48E;
}
.AnyTagClassName
{
color: #E6D48E;
}
</style>
background-color css
<style>
a { background-color: #E6D48E; }
a { background-color: rgb(230,212,142); }
div.DivClassName
{
background-color: #E6D48E;
}
.BgClassName
{
background-color: #E6D48E;
}
</style>
border-color css
<style>
span { border-color: #E6D48E; }
span { border-color: rgb(230,212,142); }
td.TdClassName
{
border-color: #E6D48E;
}
.TagClassName
{
border-color: #E6D48E;
}
</style>