Html Css Color HEX #E1CE99 Double Colonial White
📋 copy color: '#E1CE99'red 225 ◦ green 206 ◦ blue 153
Shades of Double Colonial White #E1CE99
Tints of Double Colonial White #E1CE99
RGB
CMYK
RGB Variations
Color information
#E1CE99 (or 0xE1CE99) is known color: Double Colonial White. HEX triplet: E1, CE and 99. RGB value is (225,206,153). Sum of RGB (Red+Green+Blue) = 225+206+153=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 153 (60.16% from 255 or 26.20% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CE99 is #1E3166. Grayscale: #CDCDCD. Windows color (decimal): -1978727 or 10079969. OLE color: 10079969.
HSL color Cylindrical-coordinate representation of color #E1CE99: hue angle of 44.17º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1CE99 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 153 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.12 |
| HSL | 44.17º | 0.55% | 0.74% | - |
| HSV(B) | 44.17º | 0.32% | 0.88% | - |
| XYZ | 58.87 | 62.45 | 39.09 | - |
| YUV | 205.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 153 | 0 | 0.08 | 0.32 | 0.12 | 44.17 | 0.55 | 0.74 |
| Hex | E1 | CE | 99 | 0 | 8 | 20 | C | 2C | 37 | 4A |
| Octal | 341 | 316 | 231 | 0 | 10 | 40 | 14 | 54 | 67 | 112 |
| Binary | 11100001 | 11001110 | 10011001 | 0 | 1000 | 100000 | 1100 | 101100 | 110111 | 1001010 |
Color Harmonies of #E1CE99
Complementary color
Monochromatic Colors of #E1CE99
Black with #E1CE99
Text Example
Text Example
White with #E1CE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE99; }
p { color: rgb(225,206,153); }
H1.HeaderClassName
{
color: #E1CE99;
}
.AnyTagClassName
{
color: #E1CE99;
}
</style>
background-color css
<style>
a { background-color: #E1CE99; }
a { background-color: rgb(225,206,153); }
div.DivClassName
{
background-color: #E1CE99;
}
.BgClassName
{
background-color: #E1CE99;
}
</style>
border-color css
<style>
span { border-color: #E1CE99; }
span { border-color: rgb(225,206,153); }
td.TdClassName
{
border-color: #E1CE99;
}
.TagClassName
{
border-color: #E1CE99;
}
</style>