Shades of Marzipan #EFC67E
Tints of Marzipan #EFC67E
RGB
CMYK
RGB Variations
Color information
#EFC67E (or 0xEFC67E) is known color: Marzipan. HEX triplet: EF, C6 and 7E. RGB value is (239,198,126). Sum of RGB (Red+Green+Blue) = 239+198+126=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC67E is #103981. Grayscale: #CACACA. Windows color (decimal): -1063298 or 8308463. OLE color: 8308463.
HSL color Cylindrical-coordinate representation of color #EFC67E: hue angle of 38.23º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFC67E is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 126 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.06 |
| HSL | 38.23º | 0.78% | 0.72% | - |
| HSV(B) | 38.23º | 0.47% | 0.94% | - |
| XYZ | 59.56 | 60.25 | 28.23 | - |
| YUV | 202.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 126 | 0 | 0.17 | 0.47 | 0.06 | 38.23 | 0.78 | 0.72 |
| Hex | EF | C6 | 7E | 0 | 11 | 2F | 6 | 26 | 4E | 48 |
| Octal | 357 | 306 | 176 | 0 | 21 | 57 | 6 | 46 | 116 | 110 |
| Binary | 11101111 | 11000110 | 1111110 | 0 | 10001 | 101111 | 110 | 100110 | 1001110 | 1001000 |
Color Harmonies of #EFC67E
Complementary color
Monochromatic Colors of #EFC67E
Black with #EFC67E
Text Example
Text Example
White with #EFC67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC67E; }
p { color: rgb(239,198,126); }
H1.HeaderClassName
{
color: #EFC67E;
}
.AnyTagClassName
{
color: #EFC67E;
}
</style>
background-color css
<style>
a { background-color: #EFC67E; }
a { background-color: rgb(239,198,126); }
div.DivClassName
{
background-color: #EFC67E;
}
.BgClassName
{
background-color: #EFC67E;
}
</style>
border-color css
<style>
span { border-color: #EFC67E; }
span { border-color: rgb(239,198,126); }
td.TdClassName
{
border-color: #EFC67E;
}
.TagClassName
{
border-color: #EFC67E;
}
</style>