Shades of Primrose #ECDD93
Tints of Primrose #ECDD93
RGB
CMYK
RGB Variations
Color information
#ECDD93 (or 0xECDD93) is known color: Primrose. HEX triplet: EC, DD and 93. RGB value is (236,221,147). Sum of RGB (Red+Green+Blue) = 236+221+147=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 147 (57.81% from 255 or 24.34% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD93 is #13226C. Grayscale: #D9D9D9. Windows color (decimal): -1253997 or 9690604. OLE color: 9690604.
HSL color Cylindrical-coordinate representation of color #ECDD93: hue angle of 49.89º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECDD93 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 147 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.07 |
| HSL | 49.89º | 0.7% | 0.75% | - |
| HSV(B) | 49.89º | 0.38% | 0.93% | - |
| XYZ | 65.71 | 71.65 | 37.97 | - |
| YUV | 217.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 147 | 0 | 0.06 | 0.38 | 0.07 | 49.89 | 0.7 | 0.75 |
| Hex | EC | DD | 93 | 0 | 6 | 26 | 7 | 32 | 46 | 4B |
| Octal | 354 | 335 | 223 | 0 | 6 | 46 | 7 | 62 | 106 | 113 |
| Binary | 11101100 | 11011101 | 10010011 | 0 | 110 | 100110 | 111 | 110010 | 1000110 | 1001011 |
Color Harmonies of #ECDD93
Complementary color
Monochromatic Colors of #ECDD93
Black with #ECDD93
Text Example
Text Example
White with #ECDD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD93; }
p { color: rgb(236,221,147); }
H1.HeaderClassName
{
color: #ECDD93;
}
.AnyTagClassName
{
color: #ECDD93;
}
</style>
background-color css
<style>
a { background-color: #ECDD93; }
a { background-color: rgb(236,221,147); }
div.DivClassName
{
background-color: #ECDD93;
}
.BgClassName
{
background-color: #ECDD93;
}
</style>
border-color css
<style>
span { border-color: #ECDD93; }
span { border-color: rgb(236,221,147); }
td.TdClassName
{
border-color: #ECDD93;
}
.TagClassName
{
border-color: #ECDD93;
}
</style>