Html Css Color HEX #E0C990 Double Colonial White
📋 copy color: '#E0C990'red 224 ◦ green 201 ◦ blue 144
Shades of Double Colonial White #E0C990
Tints of Double Colonial White #E0C990
RGB
CMYK
RGB Variations
Color information
#E0C990 (or 0xE0C990) is known color: Double Colonial White. HEX triplet: E0, C9 and 90. RGB value is (224,201,144). Sum of RGB (Red+Green+Blue) = 224+201+144=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C990 is #1F366F. Grayscale: #C9C9C9. Windows color (decimal): -2045552 or 9488864. OLE color: 9488864.
HSL color Cylindrical-coordinate representation of color #E0C990: hue angle of 42.75º 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 #E0C990 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 144 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.12 |
| HSL | 42.75º | 0.56% | 0.72% | - |
| HSV(B) | 42.75º | 0.36% | 0.88% | - |
| XYZ | 56.66 | 59.63 | 34.91 | - |
| YUV | 201.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 144 | 0 | 0.10 | 0.36 | 0.12 | 42.75 | 0.56 | 0.72 |
| Hex | E0 | C9 | 90 | 0 | A | 24 | C | 2B | 38 | 48 |
| Octal | 340 | 311 | 220 | 0 | 12 | 44 | 14 | 53 | 70 | 110 |
| Binary | 11100000 | 11001001 | 10010000 | 0 | 1010 | 100100 | 1100 | 101011 | 111000 | 1001000 |
Color Harmonies of #E0C990
Complementary color
Monochromatic Colors of #E0C990
Black with #E0C990
Text Example
Text Example
White with #E0C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C990; }
p { color: rgb(224,201,144); }
H1.HeaderClassName
{
color: #E0C990;
}
.AnyTagClassName
{
color: #E0C990;
}
</style>
background-color css
<style>
a { background-color: #E0C990; }
a { background-color: rgb(224,201,144); }
div.DivClassName
{
background-color: #E0C990;
}
.BgClassName
{
background-color: #E0C990;
}
</style>
border-color css
<style>
span { border-color: #E0C990; }
span { border-color: rgb(224,201,144); }
td.TdClassName
{
border-color: #E0C990;
}
.TagClassName
{
border-color: #E0C990;
}
</style>