Html Css Color HEX #E1CC99 Double Colonial White
📋 copy color: '#E1CC99'red 225 ◦ green 204 ◦ blue 153
Shades of Double Colonial White #E1CC99
Tints of Double Colonial White #E1CC99
RGB
CMYK
RGB Variations
Color information
#E1CC99 (or 0xE1CC99) is known color: Double Colonial White. HEX triplet: E1, CC and 99. RGB value is (225,204,153). Sum of RGB (Red+Green+Blue) = 225+204+153=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 153 (60.16% from 255 or 26.29% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CC99 is #1E3366. Grayscale: #CCCCCC. Windows color (decimal): -1979239 or 10079457. OLE color: 10079457.
HSL color Cylindrical-coordinate representation of color #E1CC99: hue angle of 42.5º 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 #E1CC99 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 153 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.12 |
| HSL | 42.5º | 0.55% | 0.74% | - |
| HSV(B) | 42.5º | 0.32% | 0.88% | - |
| XYZ | 58.39 | 61.49 | 38.93 | - |
| YUV | 204.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 153 | 0 | 0.09 | 0.32 | 0.12 | 42.5 | 0.55 | 0.74 |
| Hex | E1 | CC | 99 | 0 | 9 | 20 | C | 2A | 37 | 4A |
| Octal | 341 | 314 | 231 | 0 | 11 | 40 | 14 | 52 | 67 | 112 |
| Binary | 11100001 | 11001100 | 10011001 | 0 | 1001 | 100000 | 1100 | 101010 | 110111 | 1001010 |
Color Harmonies of #E1CC99
Complementary color
Monochromatic Colors of #E1CC99
Black with #E1CC99
Text Example
Text Example
White with #E1CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CC99; }
p { color: rgb(225,204,153); }
H1.HeaderClassName
{
color: #E1CC99;
}
.AnyTagClassName
{
color: #E1CC99;
}
</style>
background-color css
<style>
a { background-color: #E1CC99; }
a { background-color: rgb(225,204,153); }
div.DivClassName
{
background-color: #E1CC99;
}
.BgClassName
{
background-color: #E1CC99;
}
</style>
border-color css
<style>
span { border-color: #E1CC99; }
span { border-color: rgb(225,204,153); }
td.TdClassName
{
border-color: #E1CC99;
}
.TagClassName
{
border-color: #E1CC99;
}
</style>