Html Css Color HEX #E6CE93 Double Colonial White
📋 copy color: '#E6CE93'red 230 ◦ green 206 ◦ blue 147
Shades of Double Colonial White #E6CE93
Tints of Double Colonial White #E6CE93
RGB
CMYK
RGB Variations
Color information
#E6CE93 (or 0xE6CE93) is known color: Double Colonial White. HEX triplet: E6, CE and 93. RGB value is (230,206,147). Sum of RGB (Red+Green+Blue) = 230+206+147=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 147 (57.81% from 255 or 25.21% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CE93 is #19316C. Grayscale: #CECECE. Windows color (decimal): -1651053 or 9686758. OLE color: 9686758.
HSL color Cylindrical-coordinate representation of color #E6CE93: hue angle of 42.65º 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 #E6CE93 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 147 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.10 |
| HSL | 42.65º | 0.62% | 0.74% | - |
| HSV(B) | 42.65º | 0.36% | 0.9% | - |
| XYZ | 59.97 | 63.07 | 36.62 | - |
| YUV | 206.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 147 | 0 | 0.10 | 0.36 | 0.10 | 42.65 | 0.62 | 0.74 |
| Hex | E6 | CE | 93 | 0 | A | 24 | A | 2B | 3E | 4A |
| Octal | 346 | 316 | 223 | 0 | 12 | 44 | 12 | 53 | 76 | 112 |
| Binary | 11100110 | 11001110 | 10010011 | 0 | 1010 | 100100 | 1010 | 101011 | 111110 | 1001010 |
Color Harmonies of #E6CE93
Complementary color
Monochromatic Colors of #E6CE93
Black with #E6CE93
Text Example
Text Example
White with #E6CE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CE93; }
p { color: rgb(230,206,147); }
H1.HeaderClassName
{
color: #E6CE93;
}
.AnyTagClassName
{
color: #E6CE93;
}
</style>
background-color css
<style>
a { background-color: #E6CE93; }
a { background-color: rgb(230,206,147); }
div.DivClassName
{
background-color: #E6CE93;
}
.BgClassName
{
background-color: #E6CE93;
}
</style>
border-color css
<style>
span { border-color: #E6CE93; }
span { border-color: rgb(230,206,147); }
td.TdClassName
{
border-color: #E6CE93;
}
.TagClassName
{
border-color: #E6CE93;
}
</style>