Html Css Color HEX #E6CC93 Double Colonial White
📋 copy color: '#E6CC93'red 230 ◦ green 204 ◦ blue 147
Shades of Double Colonial White #E6CC93
Tints of Double Colonial White #E6CC93
RGB
CMYK
RGB Variations
Color information
#E6CC93 (or 0xE6CC93) is known color: Double Colonial White. HEX triplet: E6, CC and 93. RGB value is (230,204,147). Sum of RGB (Red+Green+Blue) = 230+204+147=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CC93 is #19336C. Grayscale: #CDCDCD. Windows color (decimal): -1651565 or 9686246. OLE color: 9686246.
HSL color Cylindrical-coordinate representation of color #E6CC93: hue angle of 41.2º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6CC93 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 147 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.10 |
| HSL | 41.2º | 0.62% | 0.74% | - |
| HSV(B) | 41.2º | 0.36% | 0.9% | - |
| XYZ | 59.49 | 62.12 | 36.46 | - |
| YUV | 205.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 147 | 0 | 0.11 | 0.36 | 0.10 | 41.2 | 0.62 | 0.74 |
| Hex | E6 | CC | 93 | 0 | B | 24 | A | 29 | 3E | 4A |
| Octal | 346 | 314 | 223 | 0 | 13 | 44 | 12 | 51 | 76 | 112 |
| Binary | 11100110 | 11001100 | 10010011 | 0 | 1011 | 100100 | 1010 | 101001 | 111110 | 1001010 |
Color Harmonies of #E6CC93
Complementary color
Monochromatic Colors of #E6CC93
Black with #E6CC93
Text Example
Text Example
White with #E6CC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CC93; }
p { color: rgb(230,204,147); }
H1.HeaderClassName
{
color: #E6CC93;
}
.AnyTagClassName
{
color: #E6CC93;
}
</style>
background-color css
<style>
a { background-color: #E6CC93; }
a { background-color: rgb(230,204,147); }
div.DivClassName
{
background-color: #E6CC93;
}
.BgClassName
{
background-color: #E6CC93;
}
</style>
border-color css
<style>
span { border-color: #E6CC93; }
span { border-color: rgb(230,204,147); }
td.TdClassName
{
border-color: #E6CC93;
}
.TagClassName
{
border-color: #E6CC93;
}
</style>