Html Css Color HEX #ECD892 Double Colonial White
📋 copy color: '#ECD892'red 236 ◦ green 216 ◦ blue 146
Shades of Double Colonial White #ECD892
Tints of Double Colonial White #ECD892
RGB
CMYK
RGB Variations
Color information
#ECD892 (or 0xECD892) is known color: Double Colonial White. HEX triplet: EC, D8 and 92. RGB value is (236,216,146). Sum of RGB (Red+Green+Blue) = 236+216+146=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD892 is #13276D. Grayscale: #D6D6D6. Windows color (decimal): -1255278 or 9623788. OLE color: 9623788.
HSL color Cylindrical-coordinate representation of color #ECD892: hue angle of 46.67º 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 #ECD892 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 146 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.07 |
| HSL | 46.67º | 0.7% | 0.75% | - |
| HSV(B) | 46.67º | 0.38% | 0.93% | - |
| XYZ | 64.34 | 69.02 | 37.13 | - |
| YUV | 214 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 146 | 0 | 0.08 | 0.38 | 0.07 | 46.67 | 0.7 | 0.75 |
| Hex | EC | D8 | 92 | 0 | 8 | 26 | 7 | 2F | 46 | 4B |
| Octal | 354 | 330 | 222 | 0 | 10 | 46 | 7 | 57 | 106 | 113 |
| Binary | 11101100 | 11011000 | 10010010 | 0 | 1000 | 100110 | 111 | 101111 | 1000110 | 1001011 |
Color Harmonies of #ECD892
Complementary color
Monochromatic Colors of #ECD892
Black with #ECD892
Text Example
Text Example
White with #ECD892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD892; }
p { color: rgb(236,216,146); }
H1.HeaderClassName
{
color: #ECD892;
}
.AnyTagClassName
{
color: #ECD892;
}
</style>
background-color css
<style>
a { background-color: #ECD892; }
a { background-color: rgb(236,216,146); }
div.DivClassName
{
background-color: #ECD892;
}
.BgClassName
{
background-color: #ECD892;
}
</style>
border-color css
<style>
span { border-color: #ECD892; }
span { border-color: rgb(236,216,146); }
td.TdClassName
{
border-color: #ECD892;
}
.TagClassName
{
border-color: #ECD892;
}
</style>