Html Css Color HEX #ECD28C Double Colonial White
📋 copy color: '#ECD28C'red 236 ◦ green 210 ◦ blue 140
Shades of Double Colonial White #ECD28C
Tints of Double Colonial White #ECD28C
RGB
CMYK
RGB Variations
Color information
#ECD28C (or 0xECD28C) is known color: Double Colonial White. HEX triplet: EC, D2 and 8C. RGB value is (236,210,140). Sum of RGB (Red+Green+Blue) = 236+210+140=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD28C is #132D73. Grayscale: #D2D2D2. Windows color (decimal): -1256820 or 9229036. OLE color: 9229036.
HSL color Cylindrical-coordinate representation of color #ECD28C: hue angle of 43.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECD28C is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 140 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.07 |
| HSL | 43.75º | 0.72% | 0.74% | - |
| HSV(B) | 43.75º | 0.41% | 0.93% | - |
| XYZ | 62.37 | 65.82 | 34.23 | - |
| YUV | 209.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 140 | 0 | 0.11 | 0.41 | 0.07 | 43.75 | 0.72 | 0.74 |
| Hex | EC | D2 | 8C | 0 | B | 29 | 7 | 2C | 48 | 4A |
| Octal | 354 | 322 | 214 | 0 | 13 | 51 | 7 | 54 | 110 | 112 |
| Binary | 11101100 | 11010010 | 10001100 | 0 | 1011 | 101001 | 111 | 101100 | 1001000 | 1001010 |
Color Harmonies of #ECD28C
Complementary color
Monochromatic Colors of #ECD28C
Black with #ECD28C
Text Example
Text Example
White with #ECD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD28C; }
p { color: rgb(236,210,140); }
H1.HeaderClassName
{
color: #ECD28C;
}
.AnyTagClassName
{
color: #ECD28C;
}
</style>
background-color css
<style>
a { background-color: #ECD28C; }
a { background-color: rgb(236,210,140); }
div.DivClassName
{
background-color: #ECD28C;
}
.BgClassName
{
background-color: #ECD28C;
}
</style>
border-color css
<style>
span { border-color: #ECD28C; }
span { border-color: rgb(236,210,140); }
td.TdClassName
{
border-color: #ECD28C;
}
.TagClassName
{
border-color: #ECD28C;
}
</style>