Shades of Primrose #ECDC8F
Tints of Primrose #ECDC8F
RGB
CMYK
RGB Variations
Color information
#ECDC8F (or 0xECDC8F) is known color: Primrose. HEX triplet: EC, DC and 8F. RGB value is (236,220,143). Sum of RGB (Red+Green+Blue) = 236+220+143=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDC8F is #132370. Grayscale: #D8D8D8. Windows color (decimal): -1254257 or 9428204. OLE color: 9428204.
HSL color Cylindrical-coordinate representation of color #ECDC8F: hue angle of 49.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECDC8F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 143 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.07 |
| HSL | 49.68º | 0.71% | 0.74% | - |
| HSV(B) | 49.68º | 0.39% | 0.93% | - |
| XYZ | 65.14 | 71 | 36.26 | - |
| YUV | 216.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 143 | 0 | 0.07 | 0.39 | 0.07 | 49.68 | 0.71 | 0.74 |
| Hex | EC | DC | 8F | 0 | 7 | 27 | 7 | 32 | 47 | 4A |
| Octal | 354 | 334 | 217 | 0 | 7 | 47 | 7 | 62 | 107 | 112 |
| Binary | 11101100 | 11011100 | 10001111 | 0 | 111 | 100111 | 111 | 110010 | 1000111 | 1001010 |
Color Harmonies of #ECDC8F
Complementary color
Monochromatic Colors of #ECDC8F
Black with #ECDC8F
Text Example
Text Example
White with #ECDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC8F; }
p { color: rgb(236,220,143); }
H1.HeaderClassName
{
color: #ECDC8F;
}
.AnyTagClassName
{
color: #ECDC8F;
}
</style>
background-color css
<style>
a { background-color: #ECDC8F; }
a { background-color: rgb(236,220,143); }
div.DivClassName
{
background-color: #ECDC8F;
}
.BgClassName
{
background-color: #ECDC8F;
}
</style>
border-color css
<style>
span { border-color: #ECDC8F; }
span { border-color: rgb(236,220,143); }
td.TdClassName
{
border-color: #ECDC8F;
}
.TagClassName
{
border-color: #ECDC8F;
}
</style>