Html Css Color HEX #E0C98F Double Colonial White
📋 copy color: '#E0C98F'red 224 ◦ green 201 ◦ blue 143
Shades of Double Colonial White #E0C98F
Tints of Double Colonial White #E0C98F
RGB
CMYK
RGB Variations
Color information
#E0C98F (or 0xE0C98F) is known color: Double Colonial White. HEX triplet: E0, C9 and 8F. RGB value is (224,201,143). Sum of RGB (Red+Green+Blue) = 224+201+143=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C98F is #1F3670. Grayscale: #C9C9C9. Windows color (decimal): -2045553 or 9423328. OLE color: 9423328.
HSL color Cylindrical-coordinate representation of color #E0C98F: hue angle of 42.96º 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 #E0C98F is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 143 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.12 |
| HSL | 42.96º | 0.57% | 0.72% | - |
| HSV(B) | 42.96º | 0.36% | 0.88% | - |
| XYZ | 56.59 | 59.6 | 34.51 | - |
| YUV | 201.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 143 | 0 | 0.10 | 0.36 | 0.12 | 42.96 | 0.57 | 0.72 |
| Hex | E0 | C9 | 8F | 0 | A | 24 | C | 2B | 39 | 48 |
| Octal | 340 | 311 | 217 | 0 | 12 | 44 | 14 | 53 | 71 | 110 |
| Binary | 11100000 | 11001001 | 10001111 | 0 | 1010 | 100100 | 1100 | 101011 | 111001 | 1001000 |
Color Harmonies of #E0C98F
Complementary color
Monochromatic Colors of #E0C98F
Black with #E0C98F
Text Example
Text Example
White with #E0C98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C98F; }
p { color: rgb(224,201,143); }
H1.HeaderClassName
{
color: #E0C98F;
}
.AnyTagClassName
{
color: #E0C98F;
}
</style>
background-color css
<style>
a { background-color: #E0C98F; }
a { background-color: rgb(224,201,143); }
div.DivClassName
{
background-color: #E0C98F;
}
.BgClassName
{
background-color: #E0C98F;
}
</style>
border-color css
<style>
span { border-color: #E0C98F; }
span { border-color: rgb(224,201,143); }
td.TdClassName
{
border-color: #E0C98F;
}
.TagClassName
{
border-color: #E0C98F;
}
</style>