Shades of Marzipan #EFC27D
Tints of Marzipan #EFC27D
RGB
CMYK
RGB Variations
Color information
#EFC27D (or 0xEFC27D) is known color: Marzipan. HEX triplet: EF, C2 and 7D. RGB value is (239,194,125). Sum of RGB (Red+Green+Blue) = 239+194+125=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 194 (76.17% from 255 or 34.77% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC27D is #103D82. Grayscale: #C7C7C7. Windows color (decimal): -1064323 or 8241903. OLE color: 8241903.
HSL color Cylindrical-coordinate representation of color #EFC27D: hue angle of 36.32º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFC27D is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 125 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.06 |
| HSL | 36.32º | 0.78% | 0.71% | - |
| HSV(B) | 36.32º | 0.48% | 0.94% | - |
| XYZ | 58.59 | 58.41 | 27.59 | - |
| YUV | 199.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 125 | 0 | 0.19 | 0.48 | 0.06 | 36.32 | 0.78 | 0.71 |
| Hex | EF | C2 | 7D | 0 | 13 | 30 | 6 | 24 | 4E | 47 |
| Octal | 357 | 302 | 175 | 0 | 23 | 60 | 6 | 44 | 116 | 107 |
| Binary | 11101111 | 11000010 | 1111101 | 0 | 10011 | 110000 | 110 | 100100 | 1001110 | 1000111 |
Color Harmonies of #EFC27D
Complementary color
Monochromatic Colors of #EFC27D
Black with #EFC27D
Text Example
Text Example
White with #EFC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC27D; }
p { color: rgb(239,194,125); }
H1.HeaderClassName
{
color: #EFC27D;
}
.AnyTagClassName
{
color: #EFC27D;
}
</style>
background-color css
<style>
a { background-color: #EFC27D; }
a { background-color: rgb(239,194,125); }
div.DivClassName
{
background-color: #EFC27D;
}
.BgClassName
{
background-color: #EFC27D;
}
</style>
border-color css
<style>
span { border-color: #EFC27D; }
span { border-color: rgb(239,194,125); }
td.TdClassName
{
border-color: #EFC27D;
}
.TagClassName
{
border-color: #EFC27D;
}
</style>