Html Css Color HEX #ECD38F Double Colonial White
📋 copy color: '#ECD38F'red 236 ◦ green 211 ◦ blue 143
Shades of Double Colonial White #ECD38F
Tints of Double Colonial White #ECD38F
RGB
CMYK
RGB Variations
Color information
#ECD38F (or 0xECD38F) is known color: Double Colonial White. HEX triplet: EC, D3 and 8F. RGB value is (236,211,143). Sum of RGB (Red+Green+Blue) = 236+211+143=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD38F is #132C70. Grayscale: #D3D3D3. Windows color (decimal): -1256561 or 9425900. OLE color: 9425900.
HSL color Cylindrical-coordinate representation of color #ECD38F: hue angle of 43.87º 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 #ECD38F is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 143 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.07 |
| HSL | 43.87º | 0.71% | 0.74% | - |
| HSV(B) | 43.87º | 0.39% | 0.93% | - |
| XYZ | 62.84 | 66.4 | 35.49 | - |
| YUV | 210.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 143 | 0 | 0.11 | 0.39 | 0.07 | 43.87 | 0.71 | 0.74 |
| Hex | EC | D3 | 8F | 0 | B | 27 | 7 | 2C | 47 | 4A |
| Octal | 354 | 323 | 217 | 0 | 13 | 47 | 7 | 54 | 107 | 112 |
| Binary | 11101100 | 11010011 | 10001111 | 0 | 1011 | 100111 | 111 | 101100 | 1000111 | 1001010 |
Color Harmonies of #ECD38F
Complementary color
Monochromatic Colors of #ECD38F
Black with #ECD38F
Text Example
Text Example
White with #ECD38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD38F; }
p { color: rgb(236,211,143); }
H1.HeaderClassName
{
color: #ECD38F;
}
.AnyTagClassName
{
color: #ECD38F;
}
</style>
background-color css
<style>
a { background-color: #ECD38F; }
a { background-color: rgb(236,211,143); }
div.DivClassName
{
background-color: #ECD38F;
}
.BgClassName
{
background-color: #ECD38F;
}
</style>
border-color css
<style>
span { border-color: #ECD38F; }
span { border-color: rgb(236,211,143); }
td.TdClassName
{
border-color: #ECD38F;
}
.TagClassName
{
border-color: #ECD38F;
}
</style>