Html Css Color HEX #E1CD99 Double Colonial White
📋 copy color: '#E1CD99'red 225 ◦ green 205 ◦ blue 153
Shades of Double Colonial White #E1CD99
Tints of Double Colonial White #E1CD99
RGB
CMYK
RGB Variations
Color information
#E1CD99 (or 0xE1CD99) is known color: Double Colonial White. HEX triplet: E1, CD and 99. RGB value is (225,205,153). Sum of RGB (Red+Green+Blue) = 225+205+153=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CD99 is #1E3266. Grayscale: #CDCDCD. Windows color (decimal): -1978983 or 10079713. OLE color: 10079713.
HSL color Cylindrical-coordinate representation of color #E1CD99: hue angle of 43.33º 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 #E1CD99 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 153 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.12 |
| HSL | 43.33º | 0.55% | 0.74% | - |
| HSV(B) | 43.33º | 0.32% | 0.88% | - |
| XYZ | 58.63 | 61.97 | 39.01 | - |
| YUV | 205.05 | 98.63 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 153 | 0 | 0.09 | 0.32 | 0.12 | 43.33 | 0.55 | 0.74 |
| Hex | E1 | CD | 99 | 0 | 9 | 20 | C | 2B | 37 | 4A |
| Octal | 341 | 315 | 231 | 0 | 11 | 40 | 14 | 53 | 67 | 112 |
| Binary | 11100001 | 11001101 | 10011001 | 0 | 1001 | 100000 | 1100 | 101011 | 110111 | 1001010 |
Color Harmonies of #E1CD99
Complementary color
Monochromatic Colors of #E1CD99
Black with #E1CD99
Text Example
Text Example
White with #E1CD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD99; }
p { color: rgb(225,205,153); }
H1.HeaderClassName
{
color: #E1CD99;
}
.AnyTagClassName
{
color: #E1CD99;
}
</style>
background-color css
<style>
a { background-color: #E1CD99; }
a { background-color: rgb(225,205,153); }
div.DivClassName
{
background-color: #E1CD99;
}
.BgClassName
{
background-color: #E1CD99;
}
</style>
border-color css
<style>
span { border-color: #E1CD99; }
span { border-color: rgb(225,205,153); }
td.TdClassName
{
border-color: #E1CD99;
}
.TagClassName
{
border-color: #E1CD99;
}
</style>