Html Css Color HEX #E0CB8F Double Colonial White
📋 copy color: '#E0CB8F'red 224 ◦ green 203 ◦ blue 143
Shades of Double Colonial White #E0CB8F
Tints of Double Colonial White #E0CB8F
RGB
CMYK
RGB Variations
Color information
#E0CB8F (or 0xE0CB8F) is known color: Double Colonial White. HEX triplet: E0, CB and 8F. RGB value is (224,203,143). Sum of RGB (Red+Green+Blue) = 224+203+143=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CB8F is #1F3470. Grayscale: #CACACA. Windows color (decimal): -2045041 or 9423840. OLE color: 9423840.
HSL color Cylindrical-coordinate representation of color #E0CB8F: hue angle of 44.44º 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 #E0CB8F is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 143 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.12 |
| HSL | 44.44º | 0.57% | 0.72% | - |
| HSV(B) | 44.44º | 0.36% | 0.88% | - |
| XYZ | 57.05 | 60.54 | 34.67 | - |
| YUV | 202.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 143 | 0 | 0.09 | 0.36 | 0.12 | 44.44 | 0.57 | 0.72 |
| Hex | E0 | CB | 8F | 0 | 9 | 24 | C | 2C | 39 | 48 |
| Octal | 340 | 313 | 217 | 0 | 11 | 44 | 14 | 54 | 71 | 110 |
| Binary | 11100000 | 11001011 | 10001111 | 0 | 1001 | 100100 | 1100 | 101100 | 111001 | 1001000 |
Color Harmonies of #E0CB8F
Complementary color
Monochromatic Colors of #E0CB8F
Black with #E0CB8F
Text Example
Text Example
White with #E0CB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB8F; }
p { color: rgb(224,203,143); }
H1.HeaderClassName
{
color: #E0CB8F;
}
.AnyTagClassName
{
color: #E0CB8F;
}
</style>
background-color css
<style>
a { background-color: #E0CB8F; }
a { background-color: rgb(224,203,143); }
div.DivClassName
{
background-color: #E0CB8F;
}
.BgClassName
{
background-color: #E0CB8F;
}
</style>
border-color css
<style>
span { border-color: #E0CB8F; }
span { border-color: rgb(224,203,143); }
td.TdClassName
{
border-color: #E0CB8F;
}
.TagClassName
{
border-color: #E0CB8F;
}
</style>