Html Css Color HEX #E5CE9C Double Colonial White
📋 copy color: '#E5CE9C'red 229 ◦ green 206 ◦ blue 156
Shades of Double Colonial White #E5CE9C
Tints of Double Colonial White #E5CE9C
RGB
CMYK
RGB Variations
Color information
#E5CE9C (or 0xE5CE9C) is known color: Double Colonial White. HEX triplet: E5, CE and 9C. RGB value is (229,206,156). Sum of RGB (Red+Green+Blue) = 229+206+156=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CE9C is #1A3163. Grayscale: #CFCFCF. Windows color (decimal): -1716580 or 10276581. OLE color: 10276581.
HSL color Cylindrical-coordinate representation of color #E5CE9C: hue angle of 41.1º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5CE9C is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 156 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.10 |
| HSL | 41.1º | 0.58% | 0.75% | - |
| HSV(B) | 41.1º | 0.32% | 0.9% | - |
| XYZ | 60.39 | 63.2 | 40.47 | - |
| YUV | 207.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 156 | 0 | 0.10 | 0.32 | 0.10 | 41.1 | 0.58 | 0.75 |
| Hex | E5 | CE | 9C | 0 | A | 20 | A | 29 | 3A | 4B |
| Octal | 345 | 316 | 234 | 0 | 12 | 40 | 12 | 51 | 72 | 113 |
| Binary | 11100101 | 11001110 | 10011100 | 0 | 1010 | 100000 | 1010 | 101001 | 111010 | 1001011 |
Color Harmonies of #E5CE9C
Complementary color
Monochromatic Colors of #E5CE9C
Black with #E5CE9C
Text Example
Text Example
White with #E5CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CE9C; }
p { color: rgb(229,206,156); }
H1.HeaderClassName
{
color: #E5CE9C;
}
.AnyTagClassName
{
color: #E5CE9C;
}
</style>
background-color css
<style>
a { background-color: #E5CE9C; }
a { background-color: rgb(229,206,156); }
div.DivClassName
{
background-color: #E5CE9C;
}
.BgClassName
{
background-color: #E5CE9C;
}
</style>
border-color css
<style>
span { border-color: #E5CE9C; }
span { border-color: rgb(229,206,156); }
td.TdClassName
{
border-color: #E5CE9C;
}
.TagClassName
{
border-color: #E5CE9C;
}
</style>