Shades of Primrose #ECDD95
Tints of Primrose #ECDD95
RGB
CMYK
RGB Variations
Color information
#ECDD95 (or 0xECDD95) is known color: Primrose. HEX triplet: EC, DD and 95. RGB value is (236,221,149). Sum of RGB (Red+Green+Blue) = 236+221+149=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD95 is #13226A. Grayscale: #D9D9D9. Windows color (decimal): -1253995 or 9821676. OLE color: 9821676.
HSL color Cylindrical-coordinate representation of color #ECDD95: hue angle of 49.66º 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 #ECDD95 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 149 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.07 |
| HSL | 49.66º | 0.7% | 0.75% | - |
| HSV(B) | 49.66º | 0.37% | 0.93% | - |
| XYZ | 65.87 | 71.72 | 38.8 | - |
| YUV | 217.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 149 | 0 | 0.06 | 0.37 | 0.07 | 49.66 | 0.7 | 0.75 |
| Hex | EC | DD | 95 | 0 | 6 | 25 | 7 | 32 | 46 | 4B |
| Octal | 354 | 335 | 225 | 0 | 6 | 45 | 7 | 62 | 106 | 113 |
| Binary | 11101100 | 11011101 | 10010101 | 0 | 110 | 100101 | 111 | 110010 | 1000110 | 1001011 |
Color Harmonies of #ECDD95
Complementary color
Monochromatic Colors of #ECDD95
Black with #ECDD95
Text Example
Text Example
White with #ECDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD95; }
p { color: rgb(236,221,149); }
H1.HeaderClassName
{
color: #ECDD95;
}
.AnyTagClassName
{
color: #ECDD95;
}
</style>
background-color css
<style>
a { background-color: #ECDD95; }
a { background-color: rgb(236,221,149); }
div.DivClassName
{
background-color: #ECDD95;
}
.BgClassName
{
background-color: #ECDD95;
}
</style>
border-color css
<style>
span { border-color: #ECDD95; }
span { border-color: rgb(236,221,149); }
td.TdClassName
{
border-color: #ECDD95;
}
.TagClassName
{
border-color: #ECDD95;
}
</style>