Html Css Color HEX #E0CD8F Double Colonial White
📋 copy color: '#E0CD8F'red 224 ◦ green 205 ◦ blue 143
Shades of Double Colonial White #E0CD8F
Tints of Double Colonial White #E0CD8F
RGB
CMYK
RGB Variations
Color information
#E0CD8F (or 0xE0CD8F) is known color: Double Colonial White. HEX triplet: E0, CD and 8F. RGB value is (224,205,143). Sum of RGB (Red+Green+Blue) = 224+205+143=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CD8F is #1F3270. Grayscale: #CBCBCB. Windows color (decimal): -2044529 or 9424352. OLE color: 9424352.
HSL color Cylindrical-coordinate representation of color #E0CD8F: hue angle of 45.93º degrees, saturation: 0.57, 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 #E0CD8F is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 143 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.12 |
| HSL | 45.93º | 0.57% | 0.72% | - |
| HSV(B) | 45.93º | 0.36% | 0.88% | - |
| XYZ | 57.53 | 61.49 | 34.82 | - |
| YUV | 203.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 143 | 0 | 0.08 | 0.36 | 0.12 | 45.93 | 0.57 | 0.72 |
| Hex | E0 | CD | 8F | 0 | 8 | 24 | C | 2E | 39 | 48 |
| Octal | 340 | 315 | 217 | 0 | 10 | 44 | 14 | 56 | 71 | 110 |
| Binary | 11100000 | 11001101 | 10001111 | 0 | 1000 | 100100 | 1100 | 101110 | 111001 | 1001000 |
Color Harmonies of #E0CD8F
Complementary color
Monochromatic Colors of #E0CD8F
Black with #E0CD8F
Text Example
Text Example
White with #E0CD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CD8F; }
p { color: rgb(224,205,143); }
H1.HeaderClassName
{
color: #E0CD8F;
}
.AnyTagClassName
{
color: #E0CD8F;
}
</style>
background-color css
<style>
a { background-color: #E0CD8F; }
a { background-color: rgb(224,205,143); }
div.DivClassName
{
background-color: #E0CD8F;
}
.BgClassName
{
background-color: #E0CD8F;
}
</style>
border-color css
<style>
span { border-color: #E0CD8F; }
span { border-color: rgb(224,205,143); }
td.TdClassName
{
border-color: #E0CD8F;
}
.TagClassName
{
border-color: #E0CD8F;
}
</style>