Html Css Color HEX #E0CD90 Double Colonial White
📋 copy color: '#E0CD90'red 224 ◦ green 205 ◦ blue 144
Shades of Double Colonial White #E0CD90
Tints of Double Colonial White #E0CD90
RGB
CMYK
RGB Variations
Color information
#E0CD90 (or 0xE0CD90) is known color: Double Colonial White. HEX triplet: E0, CD and 90. RGB value is (224,205,144). Sum of RGB (Red+Green+Blue) = 224+205+144=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CD90 is #1F326F. Grayscale: #CBCBCB. Windows color (decimal): -2044528 or 9489888. OLE color: 9489888.
HSL color Cylindrical-coordinate representation of color #E0CD90: hue angle of 45.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 #E0CD90 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 144 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.12 |
| HSL | 45.75º | 0.56% | 0.72% | - |
| HSV(B) | 45.75º | 0.36% | 0.88% | - |
| XYZ | 57.61 | 61.52 | 35.22 | - |
| YUV | 203.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 144 | 0 | 0.08 | 0.36 | 0.12 | 45.75 | 0.56 | 0.72 |
| Hex | E0 | CD | 90 | 0 | 8 | 24 | C | 2E | 38 | 48 |
| Octal | 340 | 315 | 220 | 0 | 10 | 44 | 14 | 56 | 70 | 110 |
| Binary | 11100000 | 11001101 | 10010000 | 0 | 1000 | 100100 | 1100 | 101110 | 111000 | 1001000 |
Color Harmonies of #E0CD90
Complementary color
Monochromatic Colors of #E0CD90
Black with #E0CD90
Text Example
Text Example
White with #E0CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CD90; }
p { color: rgb(224,205,144); }
H1.HeaderClassName
{
color: #E0CD90;
}
.AnyTagClassName
{
color: #E0CD90;
}
</style>
background-color css
<style>
a { background-color: #E0CD90; }
a { background-color: rgb(224,205,144); }
div.DivClassName
{
background-color: #E0CD90;
}
.BgClassName
{
background-color: #E0CD90;
}
</style>
border-color css
<style>
span { border-color: #E0CD90; }
span { border-color: rgb(224,205,144); }
td.TdClassName
{
border-color: #E0CD90;
}
.TagClassName
{
border-color: #E0CD90;
}
</style>