Html Css Color HEX #ECD992 Double Colonial White
📋 copy color: '#ECD992'red 236 ◦ green 217 ◦ blue 146
Shades of Double Colonial White #ECD992
Tints of Double Colonial White #ECD992
RGB
CMYK
RGB Variations
Color information
#ECD992 (or 0xECD992) is known color: Double Colonial White. HEX triplet: EC, D9 and 92. RGB value is (236,217,146). Sum of RGB (Red+Green+Blue) = 236+217+146=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD992 is #13266D. Grayscale: #D6D6D6. Windows color (decimal): -1255022 or 9624044. OLE color: 9624044.
HSL color Cylindrical-coordinate representation of color #ECD992: hue angle of 47.33º 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 #ECD992 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 146 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.07 |
| HSL | 47.33º | 0.7% | 0.75% | - |
| HSV(B) | 47.33º | 0.38% | 0.93% | - |
| XYZ | 64.59 | 69.53 | 37.21 | - |
| YUV | 214.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 146 | 0 | 0.08 | 0.38 | 0.07 | 47.33 | 0.7 | 0.75 |
| Hex | EC | D9 | 92 | 0 | 8 | 26 | 7 | 2F | 46 | 4B |
| Octal | 354 | 331 | 222 | 0 | 10 | 46 | 7 | 57 | 106 | 113 |
| Binary | 11101100 | 11011001 | 10010010 | 0 | 1000 | 100110 | 111 | 101111 | 1000110 | 1001011 |
Color Harmonies of #ECD992
Complementary color
Monochromatic Colors of #ECD992
Black with #ECD992
Text Example
Text Example
White with #ECD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD992; }
p { color: rgb(236,217,146); }
H1.HeaderClassName
{
color: #ECD992;
}
.AnyTagClassName
{
color: #ECD992;
}
</style>
background-color css
<style>
a { background-color: #ECD992; }
a { background-color: rgb(236,217,146); }
div.DivClassName
{
background-color: #ECD992;
}
.BgClassName
{
background-color: #ECD992;
}
</style>
border-color css
<style>
span { border-color: #ECD992; }
span { border-color: rgb(236,217,146); }
td.TdClassName
{
border-color: #ECD992;
}
.TagClassName
{
border-color: #ECD992;
}
</style>