Html Css Color HEX #ECD28F Double Colonial White
📋 copy color: '#ECD28F'red 236 ◦ green 210 ◦ blue 143
Shades of Double Colonial White #ECD28F
Tints of Double Colonial White #ECD28F
RGB
CMYK
RGB Variations
Color information
#ECD28F (or 0xECD28F) is known color: Double Colonial White. HEX triplet: EC, D2 and 8F. RGB value is (236,210,143). Sum of RGB (Red+Green+Blue) = 236+210+143=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD28F is #132D70. Grayscale: #D2D2D2. Windows color (decimal): -1256817 or 9425644. OLE color: 9425644.
HSL color Cylindrical-coordinate representation of color #ECD28F: hue angle of 43.23º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECD28F is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 143 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.07 |
| HSL | 43.23º | 0.71% | 0.74% | - |
| HSV(B) | 43.23º | 0.39% | 0.93% | - |
| XYZ | 62.6 | 65.91 | 35.41 | - |
| YUV | 210.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 143 | 0 | 0.11 | 0.39 | 0.07 | 43.23 | 0.71 | 0.74 |
| Hex | EC | D2 | 8F | 0 | B | 27 | 7 | 2B | 47 | 4A |
| Octal | 354 | 322 | 217 | 0 | 13 | 47 | 7 | 53 | 107 | 112 |
| Binary | 11101100 | 11010010 | 10001111 | 0 | 1011 | 100111 | 111 | 101011 | 1000111 | 1001010 |
Color Harmonies of #ECD28F
Complementary color
Monochromatic Colors of #ECD28F
Black with #ECD28F
Text Example
Text Example
White with #ECD28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD28F; }
p { color: rgb(236,210,143); }
H1.HeaderClassName
{
color: #ECD28F;
}
.AnyTagClassName
{
color: #ECD28F;
}
</style>
background-color css
<style>
a { background-color: #ECD28F; }
a { background-color: rgb(236,210,143); }
div.DivClassName
{
background-color: #ECD28F;
}
.BgClassName
{
background-color: #ECD28F;
}
</style>
border-color css
<style>
span { border-color: #ECD28F; }
span { border-color: rgb(236,210,143); }
td.TdClassName
{
border-color: #ECD28F;
}
.TagClassName
{
border-color: #ECD28F;
}
</style>