Shades of Marzipan #EFC97D
Tints of Marzipan #EFC97D
RGB
CMYK
RGB Variations
Color information
#EFC97D (or 0xEFC97D) is known color: Marzipan. HEX triplet: EF, C9 and 7D. RGB value is (239,201,125). Sum of RGB (Red+Green+Blue) = 239+201+125=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97D is #103682. Grayscale: #CCCCCC. Windows color (decimal): -1062531 or 8243695. OLE color: 8243695.
HSL color Cylindrical-coordinate representation of color #EFC97D: hue angle of 40º 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 #EFC97D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 125 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.06 |
| HSL | 40º | 0.78% | 0.71% | - |
| HSV(B) | 40º | 0.48% | 0.94% | - |
| XYZ | 60.18 | 61.6 | 28.12 | - |
| YUV | 203.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 125 | 0 | 0.16 | 0.48 | 0.06 | 40 | 0.78 | 0.71 |
| Hex | EF | C9 | 7D | 0 | 10 | 30 | 6 | 28 | 4E | 47 |
| Octal | 357 | 311 | 175 | 0 | 20 | 60 | 6 | 50 | 116 | 107 |
| Binary | 11101111 | 11001001 | 1111101 | 0 | 10000 | 110000 | 110 | 101000 | 1001110 | 1000111 |
Color Harmonies of #EFC97D
Complementary color
Monochromatic Colors of #EFC97D
Black with #EFC97D
Text Example
Text Example
White with #EFC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC97D; }
p { color: rgb(239,201,125); }
H1.HeaderClassName
{
color: #EFC97D;
}
.AnyTagClassName
{
color: #EFC97D;
}
</style>
background-color css
<style>
a { background-color: #EFC97D; }
a { background-color: rgb(239,201,125); }
div.DivClassName
{
background-color: #EFC97D;
}
.BgClassName
{
background-color: #EFC97D;
}
</style>
border-color css
<style>
span { border-color: #EFC97D; }
span { border-color: rgb(239,201,125); }
td.TdClassName
{
border-color: #EFC97D;
}
.TagClassName
{
border-color: #EFC97D;
}
</style>