Shades of Marzipan #EFC97B
Tints of Marzipan #EFC97B
RGB
CMYK
RGB Variations
Color information
#EFC97B (or 0xEFC97B) is known color: Marzipan. HEX triplet: EF, C9 and 7B. RGB value is (239,201,123). Sum of RGB (Red+Green+Blue) = 239+201+123=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 123 (48.44% from 255 or 21.85% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97B is #103684. Grayscale: #CBCBCB. Windows color (decimal): -1062533 or 8112623. OLE color: 8112623.
HSL color Cylindrical-coordinate representation of color #EFC97B: hue angle of 40.34º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFC97B is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 123 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.06 |
| HSL | 40.34º | 0.78% | 0.71% | - |
| HSV(B) | 40.34º | 0.49% | 0.94% | - |
| XYZ | 60.06 | 61.55 | 27.45 | - |
| YUV | 203.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 123 | 0 | 0.16 | 0.49 | 0.06 | 40.34 | 0.78 | 0.71 |
| Hex | EF | C9 | 7B | 0 | 10 | 31 | 6 | 28 | 4E | 47 |
| Octal | 357 | 311 | 173 | 0 | 20 | 61 | 6 | 50 | 116 | 107 |
| Binary | 11101111 | 11001001 | 1111011 | 0 | 10000 | 110001 | 110 | 101000 | 1001110 | 1000111 |
Color Harmonies of #EFC97B
Complementary color
Monochromatic Colors of #EFC97B
Black with #EFC97B
Text Example
Text Example
White with #EFC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC97B; }
p { color: rgb(239,201,123); }
H1.HeaderClassName
{
color: #EFC97B;
}
.AnyTagClassName
{
color: #EFC97B;
}
</style>
background-color css
<style>
a { background-color: #EFC97B; }
a { background-color: rgb(239,201,123); }
div.DivClassName
{
background-color: #EFC97B;
}
.BgClassName
{
background-color: #EFC97B;
}
</style>
border-color css
<style>
span { border-color: #EFC97B; }
span { border-color: rgb(239,201,123); }
td.TdClassName
{
border-color: #EFC97B;
}
.TagClassName
{
border-color: #EFC97B;
}
</style>