Shades of Marzipan #EFC78A
Tints of Marzipan #EFC78A
RGB
CMYK
RGB Variations
Color information
#EFC78A (or 0xEFC78A) is known color: Marzipan. HEX triplet: EF, C7 and 8A. RGB value is (239,199,138). Sum of RGB (Red+Green+Blue) = 239+199+138=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC78A is #103875. Grayscale: #CCCCCC. Windows color (decimal): -1063030 or 9095151. OLE color: 9095151.
HSL color Cylindrical-coordinate representation of color #EFC78A: hue angle of 36.24º 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 #EFC78A is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 138 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.06 |
| HSL | 36.24º | 0.76% | 0.74% | - |
| HSV(B) | 36.24º | 0.42% | 0.94% | - |
| XYZ | 60.61 | 61.03 | 32.63 | - |
| YUV | 204.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 138 | 0 | 0.17 | 0.42 | 0.06 | 36.24 | 0.76 | 0.74 |
| Hex | EF | C7 | 8A | 0 | 11 | 2A | 6 | 24 | 4C | 4A |
| Octal | 357 | 307 | 212 | 0 | 21 | 52 | 6 | 44 | 114 | 112 |
| Binary | 11101111 | 11000111 | 10001010 | 0 | 10001 | 101010 | 110 | 100100 | 1001100 | 1001010 |
Color Harmonies of #EFC78A
Complementary color
Monochromatic Colors of #EFC78A
Black with #EFC78A
Text Example
Text Example
White with #EFC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC78A; }
p { color: rgb(239,199,138); }
H1.HeaderClassName
{
color: #EFC78A;
}
.AnyTagClassName
{
color: #EFC78A;
}
</style>
background-color css
<style>
a { background-color: #EFC78A; }
a { background-color: rgb(239,199,138); }
div.DivClassName
{
background-color: #EFC78A;
}
.BgClassName
{
background-color: #EFC78A;
}
</style>
border-color css
<style>
span { border-color: #EFC78A; }
span { border-color: rgb(239,199,138); }
td.TdClassName
{
border-color: #EFC78A;
}
.TagClassName
{
border-color: #EFC78A;
}
</style>