Html Css Color HEX #E0CE90 Double Colonial White
📋 copy color: '#E0CE90'red 224 ◦ green 206 ◦ blue 144
Shades of Double Colonial White #E0CE90
Tints of Double Colonial White #E0CE90
RGB
CMYK
RGB Variations
Color information
#E0CE90 (or 0xE0CE90) is known color: Double Colonial White. HEX triplet: E0, CE and 90. RGB value is (224,206,144). Sum of RGB (Red+Green+Blue) = 224+206+144=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CE90 is #1F316F. Grayscale: #CCCCCC. Windows color (decimal): -2044272 or 9490144. OLE color: 9490144.
HSL color Cylindrical-coordinate representation of color #E0CE90: hue angle of 46.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0CE90 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 206 | 144 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.12 |
| HSL | 46.5º | 0.56% | 0.72% | - |
| HSV(B) | 46.5º | 0.36% | 0.88% | - |
| XYZ | 57.85 | 62 | 35.3 | - |
| YUV | 204.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 206 | 144 | 0 | 0.08 | 0.36 | 0.12 | 46.5 | 0.56 | 0.72 |
| Hex | E0 | CE | 90 | 0 | 8 | 24 | C | 2E | 38 | 48 |
| Octal | 340 | 316 | 220 | 0 | 10 | 44 | 14 | 56 | 70 | 110 |
| Binary | 11100000 | 11001110 | 10010000 | 0 | 1000 | 100100 | 1100 | 101110 | 111000 | 1001000 |
Color Harmonies of #E0CE90
Complementary color
Monochromatic Colors of #E0CE90
Black with #E0CE90
Text Example
Text Example
White with #E0CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CE90; }
p { color: rgb(224,206,144); }
H1.HeaderClassName
{
color: #E0CE90;
}
.AnyTagClassName
{
color: #E0CE90;
}
</style>
background-color css
<style>
a { background-color: #E0CE90; }
a { background-color: rgb(224,206,144); }
div.DivClassName
{
background-color: #E0CE90;
}
.BgClassName
{
background-color: #E0CE90;
}
</style>
border-color css
<style>
span { border-color: #E0CE90; }
span { border-color: rgb(224,206,144); }
td.TdClassName
{
border-color: #E0CE90;
}
.TagClassName
{
border-color: #E0CE90;
}
</style>