Html Css Color HEX #ECD48F Double Colonial White
📋 copy color: '#ECD48F'red 236 ◦ green 212 ◦ blue 143
Shades of Double Colonial White #ECD48F
Tints of Double Colonial White #ECD48F
RGB
CMYK
RGB Variations
Color information
#ECD48F (or 0xECD48F) is known color: Double Colonial White. HEX triplet: EC, D4 and 8F. RGB value is (236,212,143). Sum of RGB (Red+Green+Blue) = 236+212+143=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 143 (56.25% from 255 or 24.20% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD48F is #132B70. Grayscale: #D3D3D3. Windows color (decimal): -1256305 or 9426156. OLE color: 9426156.
HSL color Cylindrical-coordinate representation of color #ECD48F: hue angle of 44.52º 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 #ECD48F is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 143 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.07 |
| HSL | 44.52º | 0.71% | 0.74% | - |
| HSV(B) | 44.52º | 0.39% | 0.93% | - |
| XYZ | 63.09 | 66.9 | 35.57 | - |
| YUV | 211.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 143 | 0 | 0.10 | 0.39 | 0.07 | 44.52 | 0.71 | 0.74 |
| Hex | EC | D4 | 8F | 0 | A | 27 | 7 | 2D | 47 | 4A |
| Octal | 354 | 324 | 217 | 0 | 12 | 47 | 7 | 55 | 107 | 112 |
| Binary | 11101100 | 11010100 | 10001111 | 0 | 1010 | 100111 | 111 | 101101 | 1000111 | 1001010 |
Color Harmonies of #ECD48F
Complementary color
Monochromatic Colors of #ECD48F
Black with #ECD48F
Text Example
Text Example
White with #ECD48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD48F; }
p { color: rgb(236,212,143); }
H1.HeaderClassName
{
color: #ECD48F;
}
.AnyTagClassName
{
color: #ECD48F;
}
</style>
background-color css
<style>
a { background-color: #ECD48F; }
a { background-color: rgb(236,212,143); }
div.DivClassName
{
background-color: #ECD48F;
}
.BgClassName
{
background-color: #ECD48F;
}
</style>
border-color css
<style>
span { border-color: #ECD48F; }
span { border-color: rgb(236,212,143); }
td.TdClassName
{
border-color: #ECD48F;
}
.TagClassName
{
border-color: #ECD48F;
}
</style>