Shades of Marzipan #EFC78B
Tints of Marzipan #EFC78B
RGB
CMYK
RGB Variations
Color information
#EFC78B (or 0xEFC78B) is known color: Marzipan. HEX triplet: EF, C7 and 8B. RGB value is (239,199,139). Sum of RGB (Red+Green+Blue) = 239+199+139=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC78B is #103874. Grayscale: #CCCCCC. Windows color (decimal): -1063029 or 9160687. OLE color: 9160687.
HSL color Cylindrical-coordinate representation of color #EFC78B: hue angle of 36º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFC78B is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 139 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.06 |
| HSL | 36º | 0.76% | 0.74% | - |
| HSV(B) | 36º | 0.42% | 0.94% | - |
| XYZ | 60.68 | 61.06 | 33.01 | - |
| YUV | 204.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 139 | 0 | 0.17 | 0.42 | 0.06 | 36 | 0.76 | 0.74 |
| Hex | EF | C7 | 8B | 0 | 11 | 2A | 6 | 24 | 4C | 4A |
| Octal | 357 | 307 | 213 | 0 | 21 | 52 | 6 | 44 | 114 | 112 |
| Binary | 11101111 | 11000111 | 10001011 | 0 | 10001 | 101010 | 110 | 100100 | 1001100 | 1001010 |
Color Harmonies of #EFC78B
Complementary color
Monochromatic Colors of #EFC78B
Black with #EFC78B
Text Example
Text Example
White with #EFC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC78B; }
p { color: rgb(239,199,139); }
H1.HeaderClassName
{
color: #EFC78B;
}
.AnyTagClassName
{
color: #EFC78B;
}
</style>
background-color css
<style>
a { background-color: #EFC78B; }
a { background-color: rgb(239,199,139); }
div.DivClassName
{
background-color: #EFC78B;
}
.BgClassName
{
background-color: #EFC78B;
}
</style>
border-color css
<style>
span { border-color: #EFC78B; }
span { border-color: rgb(239,199,139); }
td.TdClassName
{
border-color: #EFC78B;
}
.TagClassName
{
border-color: #EFC78B;
}
</style>