Shades of Primrose #ECDC93
Tints of Primrose #ECDC93
RGB
CMYK
RGB Variations
Color information
#ECDC93 (or 0xECDC93) is known color: Primrose. HEX triplet: EC, DC and 93. RGB value is (236,220,147). Sum of RGB (Red+Green+Blue) = 236+220+147=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 147 (57.81% from 255 or 24.38% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC93 is #13236C. Grayscale: #D8D8D8. Windows color (decimal): -1254253 or 9690348. OLE color: 9690348.
HSL color Cylindrical-coordinate representation of color #ECDC93: hue angle of 49.21º 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 #ECDC93 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 147 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.07 |
| HSL | 49.21º | 0.7% | 0.75% | - |
| HSV(B) | 49.21º | 0.38% | 0.93% | - |
| XYZ | 65.45 | 71.13 | 37.88 | - |
| YUV | 216.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 147 | 0 | 0.07 | 0.38 | 0.07 | 49.21 | 0.7 | 0.75 |
| Hex | EC | DC | 93 | 0 | 7 | 26 | 7 | 31 | 46 | 4B |
| Octal | 354 | 334 | 223 | 0 | 7 | 46 | 7 | 61 | 106 | 113 |
| Binary | 11101100 | 11011100 | 10010011 | 0 | 111 | 100110 | 111 | 110001 | 1000110 | 1001011 |
Color Harmonies of #ECDC93
Complementary color
Monochromatic Colors of #ECDC93
Black with #ECDC93
Text Example
Text Example
White with #ECDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC93; }
p { color: rgb(236,220,147); }
H1.HeaderClassName
{
color: #ECDC93;
}
.AnyTagClassName
{
color: #ECDC93;
}
</style>
background-color css
<style>
a { background-color: #ECDC93; }
a { background-color: rgb(236,220,147); }
div.DivClassName
{
background-color: #ECDC93;
}
.BgClassName
{
background-color: #ECDC93;
}
</style>
border-color css
<style>
span { border-color: #ECDC93; }
span { border-color: rgb(236,220,147); }
td.TdClassName
{
border-color: #ECDC93;
}
.TagClassName
{
border-color: #ECDC93;
}
</style>