Html Css Color HEX #E6D293 Double Colonial White
📋 copy color: '#E6D293'red 230 ◦ green 210 ◦ blue 147
Shades of Double Colonial White #E6D293
Tints of Double Colonial White #E6D293
RGB
CMYK
RGB Variations
Color information
#E6D293 (or 0xE6D293) is known color: Double Colonial White. HEX triplet: E6, D2 and 93. RGB value is (230,210,147). Sum of RGB (Red+Green+Blue) = 230+210+147=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D293 is #192D6C. Grayscale: #D1D1D1. Windows color (decimal): -1650029 or 9687782. OLE color: 9687782.
HSL color Cylindrical-coordinate representation of color #E6D293: hue angle of 45.54º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6D293 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 147 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.10 |
| HSL | 45.54º | 0.62% | 0.74% | - |
| HSV(B) | 45.54º | 0.36% | 0.9% | - |
| XYZ | 60.95 | 65.02 | 36.94 | - |
| YUV | 208.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 147 | 0 | 0.09 | 0.36 | 0.10 | 45.54 | 0.62 | 0.74 |
| Hex | E6 | D2 | 93 | 0 | 9 | 24 | A | 2E | 3E | 4A |
| Octal | 346 | 322 | 223 | 0 | 11 | 44 | 12 | 56 | 76 | 112 |
| Binary | 11100110 | 11010010 | 10010011 | 0 | 1001 | 100100 | 1010 | 101110 | 111110 | 1001010 |
Color Harmonies of #E6D293
Complementary color
Monochromatic Colors of #E6D293
Black with #E6D293
Text Example
Text Example
White with #E6D293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D293; }
p { color: rgb(230,210,147); }
H1.HeaderClassName
{
color: #E6D293;
}
.AnyTagClassName
{
color: #E6D293;
}
</style>
background-color css
<style>
a { background-color: #E6D293; }
a { background-color: rgb(230,210,147); }
div.DivClassName
{
background-color: #E6D293;
}
.BgClassName
{
background-color: #E6D293;
}
</style>
border-color css
<style>
span { border-color: #E6D293; }
span { border-color: rgb(230,210,147); }
td.TdClassName
{
border-color: #E6D293;
}
.TagClassName
{
border-color: #E6D293;
}
</style>