Shades of Primrose #ECDD94
Tints of Primrose #ECDD94
RGB
CMYK
RGB Variations
Color information
#ECDD94 (or 0xECDD94) is known color: Primrose. HEX triplet: EC, DD and 94. RGB value is (236,221,148). Sum of RGB (Red+Green+Blue) = 236+221+148=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 148 (58.20% from 255 or 24.46% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD94 is #13226B. Grayscale: #D9D9D9. Windows color (decimal): -1253996 or 9756140. OLE color: 9756140.
HSL color Cylindrical-coordinate representation of color #ECDD94: hue angle of 49.77º 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 #ECDD94 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 148 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.07 |
| HSL | 49.77º | 0.7% | 0.75% | - |
| HSV(B) | 49.77º | 0.37% | 0.93% | - |
| XYZ | 65.79 | 71.68 | 38.39 | - |
| YUV | 217.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 148 | 0 | 0.06 | 0.37 | 0.07 | 49.77 | 0.7 | 0.75 |
| Hex | EC | DD | 94 | 0 | 6 | 25 | 7 | 32 | 46 | 4B |
| Octal | 354 | 335 | 224 | 0 | 6 | 45 | 7 | 62 | 106 | 113 |
| Binary | 11101100 | 11011101 | 10010100 | 0 | 110 | 100101 | 111 | 110010 | 1000110 | 1001011 |
Color Harmonies of #ECDD94
Complementary color
Monochromatic Colors of #ECDD94
Black with #ECDD94
Text Example
Text Example
White with #ECDD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD94; }
p { color: rgb(236,221,148); }
H1.HeaderClassName
{
color: #ECDD94;
}
.AnyTagClassName
{
color: #ECDD94;
}
</style>
background-color css
<style>
a { background-color: #ECDD94; }
a { background-color: rgb(236,221,148); }
div.DivClassName
{
background-color: #ECDD94;
}
.BgClassName
{
background-color: #ECDD94;
}
</style>
border-color css
<style>
span { border-color: #ECDD94; }
span { border-color: rgb(236,221,148); }
td.TdClassName
{
border-color: #ECDD94;
}
.TagClassName
{
border-color: #ECDD94;
}
</style>