Shades of Primrose #ECDD92
Tints of Primrose #ECDD92
RGB
CMYK
RGB Variations
Color information
#ECDD92 (or 0xECDD92) is known color: Primrose. HEX triplet: EC, DD and 92. RGB value is (236,221,146). Sum of RGB (Red+Green+Blue) = 236+221+146=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 146 (57.42% from 255 or 24.21% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD92 is #13226D. Grayscale: #D9D9D9. Windows color (decimal): -1253998 or 9625068. OLE color: 9625068.
HSL color Cylindrical-coordinate representation of color #ECDD92: hue angle of 50º 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 #ECDD92 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 146 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.07 |
| HSL | 50º | 0.7% | 0.75% | - |
| HSV(B) | 50º | 0.38% | 0.93% | - |
| XYZ | 65.64 | 71.62 | 37.56 | - |
| YUV | 216.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 146 | 0 | 0.06 | 0.38 | 0.07 | 50 | 0.7 | 0.75 |
| Hex | EC | DD | 92 | 0 | 6 | 26 | 7 | 32 | 46 | 4B |
| Octal | 354 | 335 | 222 | 0 | 6 | 46 | 7 | 62 | 106 | 113 |
| Binary | 11101100 | 11011101 | 10010010 | 0 | 110 | 100110 | 111 | 110010 | 1000110 | 1001011 |
Color Harmonies of #ECDD92
Complementary color
Monochromatic Colors of #ECDD92
Black with #ECDD92
Text Example
Text Example
White with #ECDD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD92; }
p { color: rgb(236,221,146); }
H1.HeaderClassName
{
color: #ECDD92;
}
.AnyTagClassName
{
color: #ECDD92;
}
</style>
background-color css
<style>
a { background-color: #ECDD92; }
a { background-color: rgb(236,221,146); }
div.DivClassName
{
background-color: #ECDD92;
}
.BgClassName
{
background-color: #ECDD92;
}
</style>
border-color css
<style>
span { border-color: #ECDD92; }
span { border-color: rgb(236,221,146); }
td.TdClassName
{
border-color: #ECDD92;
}
.TagClassName
{
border-color: #ECDD92;
}
</style>