Html Css Color HEX #E0D093 Double Colonial White
📋 copy color: '#E0D093'red 224 ◦ green 208 ◦ blue 147
Shades of Double Colonial White #E0D093
Tints of Double Colonial White #E0D093
RGB
CMYK
RGB Variations
Color information
#E0D093 (or 0xE0D093) is known color: Double Colonial White. HEX triplet: E0, D0 and 93. RGB value is (224,208,147). Sum of RGB (Red+Green+Blue) = 224+208+147=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D093 is #1F2F6C. Grayscale: #CECECE. Windows color (decimal): -2043757 or 9687264. OLE color: 9687264.
HSL color Cylindrical-coordinate representation of color #E0D093: hue angle of 47.53º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0D093 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 147 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.12 |
| HSL | 47.53º | 0.55% | 0.73% | - |
| HSV(B) | 47.53º | 0.34% | 0.88% | - |
| XYZ | 58.56 | 63.07 | 36.69 | - |
| YUV | 205.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 147 | 0 | 0.07 | 0.34 | 0.12 | 47.53 | 0.55 | 0.73 |
| Hex | E0 | D0 | 93 | 0 | 7 | 22 | C | 30 | 37 | 49 |
| Octal | 340 | 320 | 223 | 0 | 7 | 42 | 14 | 60 | 67 | 111 |
| Binary | 11100000 | 11010000 | 10010011 | 0 | 111 | 100010 | 1100 | 110000 | 110111 | 1001001 |
Color Harmonies of #E0D093
Complementary color
Monochromatic Colors of #E0D093
Black with #E0D093
Text Example
Text Example
White with #E0D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D093; }
p { color: rgb(224,208,147); }
H1.HeaderClassName
{
color: #E0D093;
}
.AnyTagClassName
{
color: #E0D093;
}
</style>
background-color css
<style>
a { background-color: #E0D093; }
a { background-color: rgb(224,208,147); }
div.DivClassName
{
background-color: #E0D093;
}
.BgClassName
{
background-color: #E0D093;
}
</style>
border-color css
<style>
span { border-color: #E0D093; }
span { border-color: rgb(224,208,147); }
td.TdClassName
{
border-color: #E0D093;
}
.TagClassName
{
border-color: #E0D093;
}
</style>