Html Css Color HEX #E6CC8D Double Colonial White
📋 copy color: '#E6CC8D'red 230 ◦ green 204 ◦ blue 141
Shades of Double Colonial White #E6CC8D
Tints of Double Colonial White #E6CC8D
RGB
CMYK
RGB Variations
Color information
#E6CC8D (or 0xE6CC8D) is known color: Double Colonial White. HEX triplet: E6, CC and 8D. RGB value is (230,204,141). Sum of RGB (Red+Green+Blue) = 230+204+141=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CC8D is #193372. Grayscale: #CCCCCC. Windows color (decimal): -1651571 or 9293030. OLE color: 9293030.
HSL color Cylindrical-coordinate representation of color #E6CC8D: hue angle of 42.47º 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 #E6CC8D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 141 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.10 |
| HSL | 42.47º | 0.64% | 0.73% | - |
| HSV(B) | 42.47º | 0.39% | 0.9% | - |
| XYZ | 59.03 | 61.93 | 34.04 | - |
| YUV | 204.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 141 | 0 | 0.11 | 0.39 | 0.10 | 42.47 | 0.64 | 0.73 |
| Hex | E6 | CC | 8D | 0 | B | 27 | A | 2A | 40 | 49 |
| Octal | 346 | 314 | 215 | 0 | 13 | 47 | 12 | 52 | 100 | 111 |
| Binary | 11100110 | 11001100 | 10001101 | 0 | 1011 | 100111 | 1010 | 101010 | 1000000 | 1001001 |
Color Harmonies of #E6CC8D
Complementary color
Monochromatic Colors of #E6CC8D
Black with #E6CC8D
Text Example
Text Example
White with #E6CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC8D; }
p { color: rgb(230,204,141); }
H1.HeaderClassName
{
color: #E6CC8D;
}
.AnyTagClassName
{
color: #E6CC8D;
}
</style>
background-color css
<style>
a { background-color: #E6CC8D; }
a { background-color: rgb(230,204,141); }
div.DivClassName
{
background-color: #E6CC8D;
}
.BgClassName
{
background-color: #E6CC8D;
}
</style>
border-color css
<style>
span { border-color: #E6CC8D; }
span { border-color: rgb(230,204,141); }
td.TdClassName
{
border-color: #E6CC8D;
}
.TagClassName
{
border-color: #E6CC8D;
}
</style>