Html Css Color HEX #ECD893 Double Colonial White
📋 copy color: '#ECD893'red 236 ◦ green 216 ◦ blue 147
Shades of Double Colonial White #ECD893
Tints of Double Colonial White #ECD893
RGB
CMYK
RGB Variations
Color information
#ECD893 (or 0xECD893) is known color: Double Colonial White. HEX triplet: EC, D8 and 93. RGB value is (236,216,147). Sum of RGB (Red+Green+Blue) = 236+216+147=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD893 is #13276C. Grayscale: #D6D6D6. Windows color (decimal): -1255277 or 9689324. OLE color: 9689324.
HSL color Cylindrical-coordinate representation of color #ECD893: hue angle of 46.52º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECD893 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 147 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.07 |
| HSL | 46.52º | 0.7% | 0.75% | - |
| HSV(B) | 46.52º | 0.38% | 0.93% | - |
| XYZ | 64.41 | 69.05 | 37.54 | - |
| YUV | 214.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 147 | 0 | 0.08 | 0.38 | 0.07 | 46.52 | 0.7 | 0.75 |
| Hex | EC | D8 | 93 | 0 | 8 | 26 | 7 | 2F | 46 | 4B |
| Octal | 354 | 330 | 223 | 0 | 10 | 46 | 7 | 57 | 106 | 113 |
| Binary | 11101100 | 11011000 | 10010011 | 0 | 1000 | 100110 | 111 | 101111 | 1000110 | 1001011 |
Color Harmonies of #ECD893
Complementary color
Monochromatic Colors of #ECD893
Black with #ECD893
Text Example
Text Example
White with #ECD893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD893; }
p { color: rgb(236,216,147); }
H1.HeaderClassName
{
color: #ECD893;
}
.AnyTagClassName
{
color: #ECD893;
}
</style>
background-color css
<style>
a { background-color: #ECD893; }
a { background-color: rgb(236,216,147); }
div.DivClassName
{
background-color: #ECD893;
}
.BgClassName
{
background-color: #ECD893;
}
</style>
border-color css
<style>
span { border-color: #ECD893; }
span { border-color: rgb(236,216,147); }
td.TdClassName
{
border-color: #ECD893;
}
.TagClassName
{
border-color: #ECD893;
}
</style>