Shades of Primrose #ECDD8F
Tints of Primrose #ECDD8F
RGB
CMYK
RGB Variations
Color information
#ECDD8F (or 0xECDD8F) is known color: Primrose. HEX triplet: EC, DD and 8F. RGB value is (236,221,143). Sum of RGB (Red+Green+Blue) = 236+221+143=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 143 (56.25% from 255 or 23.83% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD8F is #132270. Grayscale: #D8D8D8. Windows color (decimal): -1254001 or 9428460. OLE color: 9428460.
HSL color Cylindrical-coordinate representation of color #ECDD8F: hue angle of 50.32º 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 #ECDD8F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 143 | - |
CMYK | 0 | 0.06 | 0.39 | 0.07 |
HSL | 50.32º | 0.71% | 0.74% | - |
HSV(B) | 50.32º | 0.39% | 0.93% | - |
XYZ | 65.41 | 71.53 | 36.35 | - |
YUV | 216.59 | 86.47 | 141.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 143 | 0 | 0.06 | 0.39 | 0.07 | 50.32 | 0.71 | 0.74 |
Hex | EC | DD | 8F | 0 | 6 | 27 | 7 | 32 | 47 | 4A |
Octal | 354 | 335 | 217 | 0 | 6 | 47 | 7 | 62 | 107 | 112 |
Binary | 11101100 | 11011101 | 10001111 | 0 | 110 | 100111 | 111 | 110010 | 1000111 | 1001010 |
Color Harmonies of #ECDD8F
Complementary color
Monochromatic Colors of #ECDD8F
Black with #ECDD8F
Text Example
Text Example
White with #ECDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD8F; }
p { color: rgb(236,221,143); }
H1.HeaderClassName
{
color: #ECDD8F;
}
.AnyTagClassName
{
color: #ECDD8F;
}
</style>
background-color css
<style>
a { background-color: #ECDD8F; }
a { background-color: rgb(236,221,143); }
div.DivClassName
{
background-color: #ECDD8F;
}
.BgClassName
{
background-color: #ECDD8F;
}
</style>
border-color css
<style>
span { border-color: #ECDD8F; }
span { border-color: rgb(236,221,143); }
td.TdClassName
{
border-color: #ECDD8F;
}
.TagClassName
{
border-color: #ECDD8F;
}
</style>