Shades of Marzipan #EFCC7B
Tints of Marzipan #EFCC7B
RGB
CMYK
RGB Variations
Color information
#EFCC7B (or 0xEFCC7B) is known color: Marzipan. HEX triplet: EF, CC and 7B. RGB value is (239,204,123). Sum of RGB (Red+Green+Blue) = 239+204+123=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 123 (48.44% from 255 or 21.73% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC7B is #103384. Grayscale: #CDCDCD. Windows color (decimal): -1061765 or 8113391. OLE color: 8113391.
HSL color Cylindrical-coordinate representation of color #EFCC7B: hue angle of 41.9º 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 #EFCC7B is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 123 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.06 |
| HSL | 41.9º | 0.78% | 0.71% | - |
| HSV(B) | 41.9º | 0.49% | 0.94% | - |
| XYZ | 60.76 | 62.97 | 27.69 | - |
| YUV | 205.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 123 | 0 | 0.15 | 0.49 | 0.06 | 41.9 | 0.78 | 0.71 |
| Hex | EF | CC | 7B | 0 | F | 31 | 6 | 2A | 4E | 47 |
| Octal | 357 | 314 | 173 | 0 | 17 | 61 | 6 | 52 | 116 | 107 |
| Binary | 11101111 | 11001100 | 1111011 | 0 | 1111 | 110001 | 110 | 101010 | 1001110 | 1000111 |
Color Harmonies of #EFCC7B
Complementary color
Monochromatic Colors of #EFCC7B
Black with #EFCC7B
Text Example
Text Example
White with #EFCC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC7B; }
p { color: rgb(239,204,123); }
H1.HeaderClassName
{
color: #EFCC7B;
}
.AnyTagClassName
{
color: #EFCC7B;
}
</style>
background-color css
<style>
a { background-color: #EFCC7B; }
a { background-color: rgb(239,204,123); }
div.DivClassName
{
background-color: #EFCC7B;
}
.BgClassName
{
background-color: #EFCC7B;
}
</style>
border-color css
<style>
span { border-color: #EFCC7B; }
span { border-color: rgb(239,204,123); }
td.TdClassName
{
border-color: #EFCC7B;
}
.TagClassName
{
border-color: #EFCC7B;
}
</style>