Shades of Primrose #ECDB93
Tints of Primrose #ECDB93
RGB
CMYK
RGB Variations
Color information
#ECDB93 (or 0xECDB93) is known color: Primrose. HEX triplet: EC, DB and 93. RGB value is (236,219,147). Sum of RGB (Red+Green+Blue) = 236+219+147=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 147 (57.81% from 255 or 24.42% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDB93 is #13246C. Grayscale: #D8D8D8. Windows color (decimal): -1254509 or 9690092. OLE color: 9690092.
HSL color Cylindrical-coordinate representation of color #ECDB93: hue angle of 48.54º 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 #ECDB93 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 147 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.07 |
| HSL | 48.54º | 0.7% | 0.75% | - |
| HSV(B) | 48.54º | 0.38% | 0.93% | - |
| XYZ | 65.19 | 70.6 | 37.8 | - |
| YUV | 215.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 147 | 0 | 0.07 | 0.38 | 0.07 | 48.54 | 0.7 | 0.75 |
| Hex | EC | DB | 93 | 0 | 7 | 26 | 7 | 31 | 46 | 4B |
| Octal | 354 | 333 | 223 | 0 | 7 | 46 | 7 | 61 | 106 | 113 |
| Binary | 11101100 | 11011011 | 10010011 | 0 | 111 | 100110 | 111 | 110001 | 1000110 | 1001011 |
Color Harmonies of #ECDB93
Complementary color
Monochromatic Colors of #ECDB93
Black with #ECDB93
Text Example
Text Example
White with #ECDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB93; }
p { color: rgb(236,219,147); }
H1.HeaderClassName
{
color: #ECDB93;
}
.AnyTagClassName
{
color: #ECDB93;
}
</style>
background-color css
<style>
a { background-color: #ECDB93; }
a { background-color: rgb(236,219,147); }
div.DivClassName
{
background-color: #ECDB93;
}
.BgClassName
{
background-color: #ECDB93;
}
</style>
border-color css
<style>
span { border-color: #ECDB93; }
span { border-color: rgb(236,219,147); }
td.TdClassName
{
border-color: #ECDB93;
}
.TagClassName
{
border-color: #ECDB93;
}
</style>