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