Html Css Color HEX #ECD595 Double Colonial White
📋 copy color: '#ECD595'red 236 ◦ green 213 ◦ blue 149
Shades of Double Colonial White #ECD595
Tints of Double Colonial White #ECD595
RGB
CMYK
RGB Variations
Color information
#ECD595 (or 0xECD595) is known color: Double Colonial White. HEX triplet: EC, D5 and 95. RGB value is (236,213,149). Sum of RGB (Red+Green+Blue) = 236+213+149=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD595 is #132A6A. Grayscale: #D4D4D4. Windows color (decimal): -1256043 or 9819628. OLE color: 9819628.
HSL color Cylindrical-coordinate representation of color #ECD595: hue angle of 44.14º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECD595 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 149 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.07 |
| HSL | 44.14º | 0.7% | 0.75% | - |
| HSV(B) | 44.14º | 0.37% | 0.93% | - |
| XYZ | 63.81 | 67.59 | 38.12 | - |
| YUV | 212.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 149 | 0 | 0.10 | 0.37 | 0.07 | 44.14 | 0.7 | 0.75 |
| Hex | EC | D5 | 95 | 0 | A | 25 | 7 | 2C | 46 | 4B |
| Octal | 354 | 325 | 225 | 0 | 12 | 45 | 7 | 54 | 106 | 113 |
| Binary | 11101100 | 11010101 | 10010101 | 0 | 1010 | 100101 | 111 | 101100 | 1000110 | 1001011 |
Color Harmonies of #ECD595
Complementary color
Monochromatic Colors of #ECD595
Black with #ECD595
Text Example
Text Example
White with #ECD595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD595; }
p { color: rgb(236,213,149); }
H1.HeaderClassName
{
color: #ECD595;
}
.AnyTagClassName
{
color: #ECD595;
}
</style>
background-color css
<style>
a { background-color: #ECD595; }
a { background-color: rgb(236,213,149); }
div.DivClassName
{
background-color: #ECD595;
}
.BgClassName
{
background-color: #ECD595;
}
</style>
border-color css
<style>
span { border-color: #ECD595; }
span { border-color: rgb(236,213,149); }
td.TdClassName
{
border-color: #ECD595;
}
.TagClassName
{
border-color: #ECD595;
}
</style>