Shades of Marzipan #EFCE7B
Tints of Marzipan #EFCE7B
RGB
CMYK
RGB Variations
Color information
#EFCE7B (or 0xEFCE7B) is known color: Marzipan. HEX triplet: EF, CE and 7B. RGB value is (239,206,123). Sum of RGB (Red+Green+Blue) = 239+206+123=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE7B is #103184. Grayscale: #CECECE. Windows color (decimal): -1061253 or 8113903. OLE color: 8113903.
HSL color Cylindrical-coordinate representation of color #EFCE7B: hue angle of 42.93º 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 #EFCE7B is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 123 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.06 |
| HSL | 42.93º | 0.78% | 0.71% | - |
| HSV(B) | 42.93º | 0.49% | 0.94% | - |
| XYZ | 61.24 | 63.92 | 27.85 | - |
| YUV | 206.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 123 | 0 | 0.14 | 0.49 | 0.06 | 42.93 | 0.78 | 0.71 |
| Hex | EF | CE | 7B | 0 | E | 31 | 6 | 2B | 4E | 47 |
| Octal | 357 | 316 | 173 | 0 | 16 | 61 | 6 | 53 | 116 | 107 |
| Binary | 11101111 | 11001110 | 1111011 | 0 | 1110 | 110001 | 110 | 101011 | 1001110 | 1000111 |
Color Harmonies of #EFCE7B
Complementary color
Monochromatic Colors of #EFCE7B
Black with #EFCE7B
Text Example
Text Example
White with #EFCE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE7B; }
p { color: rgb(239,206,123); }
H1.HeaderClassName
{
color: #EFCE7B;
}
.AnyTagClassName
{
color: #EFCE7B;
}
</style>
background-color css
<style>
a { background-color: #EFCE7B; }
a { background-color: rgb(239,206,123); }
div.DivClassName
{
background-color: #EFCE7B;
}
.BgClassName
{
background-color: #EFCE7B;
}
</style>
border-color css
<style>
span { border-color: #EFCE7B; }
span { border-color: rgb(239,206,123); }
td.TdClassName
{
border-color: #EFCE7B;
}
.TagClassName
{
border-color: #EFCE7B;
}
</style>