Html Css Color HEX #ECD793 Double Colonial White
📋 copy color: '#ECD793'red 236 ◦ green 215 ◦ blue 147
Shades of Double Colonial White #ECD793
Tints of Double Colonial White #ECD793
RGB
CMYK
RGB Variations
Color information
#ECD793 (or 0xECD793) is known color: Double Colonial White. HEX triplet: EC, D7 and 93. RGB value is (236,215,147). Sum of RGB (Red+Green+Blue) = 236+215+147=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD793 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD793 is #13286C. Grayscale: #D5D5D5. Windows color (decimal): -1255533 or 9689068. OLE color: 9689068.
HSL color Cylindrical-coordinate representation of color #ECD793: hue angle of 45.84º 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 #ECD793 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 147 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.07 |
| HSL | 45.84º | 0.7% | 0.75% | - |
| HSV(B) | 45.84º | 0.38% | 0.93% | - |
| XYZ | 64.16 | 68.54 | 37.45 | - |
| YUV | 213.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 147 | 0 | 0.09 | 0.38 | 0.07 | 45.84 | 0.7 | 0.75 |
| Hex | EC | D7 | 93 | 0 | 9 | 26 | 7 | 2E | 46 | 4B |
| Octal | 354 | 327 | 223 | 0 | 11 | 46 | 7 | 56 | 106 | 113 |
| Binary | 11101100 | 11010111 | 10010011 | 0 | 1001 | 100110 | 111 | 101110 | 1000110 | 1001011 |
Color Harmonies of #ECD793
Complementary color
Monochromatic Colors of #ECD793
Black with #ECD793
Text Example
Text Example
White with #ECD793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD793; }
p { color: rgb(236,215,147); }
H1.HeaderClassName
{
color: #ECD793;
}
.AnyTagClassName
{
color: #ECD793;
}
</style>
background-color css
<style>
a { background-color: #ECD793; }
a { background-color: rgb(236,215,147); }
div.DivClassName
{
background-color: #ECD793;
}
.BgClassName
{
background-color: #ECD793;
}
</style>
border-color css
<style>
span { border-color: #ECD793; }
span { border-color: rgb(236,215,147); }
td.TdClassName
{
border-color: #ECD793;
}
.TagClassName
{
border-color: #ECD793;
}
</style>