Shades of Marzipan #EFC67D
Tints of Marzipan #EFC67D
RGB
CMYK
RGB Variations
Color information
#EFC67D (or 0xEFC67D) is known color: Marzipan. HEX triplet: EF, C6 and 7D. RGB value is (239,198,125). Sum of RGB (Red+Green+Blue) = 239+198+125=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC67D is #103982. Grayscale: #CACACA. Windows color (decimal): -1063299 or 8242927. OLE color: 8242927.
HSL color Cylindrical-coordinate representation of color #EFC67D: hue angle of 38.42º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFC67D is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 125 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.06 |
| HSL | 38.42º | 0.78% | 0.71% | - |
| HSV(B) | 38.42º | 0.48% | 0.94% | - |
| XYZ | 59.49 | 60.22 | 27.89 | - |
| YUV | 201.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 125 | 0 | 0.17 | 0.48 | 0.06 | 38.42 | 0.78 | 0.71 |
| Hex | EF | C6 | 7D | 0 | 11 | 30 | 6 | 26 | 4E | 47 |
| Octal | 357 | 306 | 175 | 0 | 21 | 60 | 6 | 46 | 116 | 107 |
| Binary | 11101111 | 11000110 | 1111101 | 0 | 10001 | 110000 | 110 | 100110 | 1001110 | 1000111 |
Color Harmonies of #EFC67D
Complementary color
Monochromatic Colors of #EFC67D
Black with #EFC67D
Text Example
Text Example
White with #EFC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC67D; }
p { color: rgb(239,198,125); }
H1.HeaderClassName
{
color: #EFC67D;
}
.AnyTagClassName
{
color: #EFC67D;
}
</style>
background-color css
<style>
a { background-color: #EFC67D; }
a { background-color: rgb(239,198,125); }
div.DivClassName
{
background-color: #EFC67D;
}
.BgClassName
{
background-color: #EFC67D;
}
</style>
border-color css
<style>
span { border-color: #EFC67D; }
span { border-color: rgb(239,198,125); }
td.TdClassName
{
border-color: #EFC67D;
}
.TagClassName
{
border-color: #EFC67D;
}
</style>