Html Css Color HEX #E0D294 Double Colonial White
📋 copy color: '#E0D294'red 224 ◦ green 210 ◦ blue 148
Shades of Double Colonial White #E0D294
Tints of Double Colonial White #E0D294
RGB
CMYK
RGB Variations
Color information
#E0D294 (or 0xE0D294) is known color: Double Colonial White. HEX triplet: E0, D2 and 94. RGB value is (224,210,148). Sum of RGB (Red+Green+Blue) = 224+210+148=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D294 is #1F2D6B. Grayscale: #CFCFCF. Windows color (decimal): -2043244 or 9753312. OLE color: 9753312.
HSL color Cylindrical-coordinate representation of color #E0D294: hue angle of 48.95º 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 #E0D294 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 148 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.12 |
| HSL | 48.95º | 0.55% | 0.73% | - |
| HSV(B) | 48.95º | 0.34% | 0.88% | - |
| XYZ | 59.13 | 64.08 | 37.27 | - |
| YUV | 207.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 148 | 0 | 0.06 | 0.34 | 0.12 | 48.95 | 0.55 | 0.73 |
| Hex | E0 | D2 | 94 | 0 | 6 | 22 | C | 31 | 37 | 49 |
| Octal | 340 | 322 | 224 | 0 | 6 | 42 | 14 | 61 | 67 | 111 |
| Binary | 11100000 | 11010010 | 10010100 | 0 | 110 | 100010 | 1100 | 110001 | 110111 | 1001001 |
Color Harmonies of #E0D294
Complementary color
Monochromatic Colors of #E0D294
Black with #E0D294
Text Example
Text Example
White with #E0D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D294; }
p { color: rgb(224,210,148); }
H1.HeaderClassName
{
color: #E0D294;
}
.AnyTagClassName
{
color: #E0D294;
}
</style>
background-color css
<style>
a { background-color: #E0D294; }
a { background-color: rgb(224,210,148); }
div.DivClassName
{
background-color: #E0D294;
}
.BgClassName
{
background-color: #E0D294;
}
</style>
border-color css
<style>
span { border-color: #E0D294; }
span { border-color: rgb(224,210,148); }
td.TdClassName
{
border-color: #E0D294;
}
.TagClassName
{
border-color: #E0D294;
}
</style>