Shades of Marzipan #EFC17B
Tints of Marzipan #EFC17B
RGB
CMYK
RGB Variations
Color information
#EFC17B (or 0xEFC17B) is known color: Marzipan. HEX triplet: EF, C1 and 7B. RGB value is (239,193,123). Sum of RGB (Red+Green+Blue) = 239+193+123=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC17B is #103E84. Grayscale: #C7C7C7. Windows color (decimal): -1064581 or 8110575. OLE color: 8110575.
HSL color Cylindrical-coordinate representation of color #EFC17B: hue angle of 36.21º 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 #EFC17B is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 123 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.06 |
| HSL | 36.21º | 0.78% | 0.71% | - |
| HSV(B) | 36.21º | 0.49% | 0.94% | - |
| XYZ | 58.24 | 57.92 | 26.85 | - |
| YUV | 198.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 123 | 0 | 0.19 | 0.49 | 0.06 | 36.21 | 0.78 | 0.71 |
| Hex | EF | C1 | 7B | 0 | 13 | 31 | 6 | 24 | 4E | 47 |
| Octal | 357 | 301 | 173 | 0 | 23 | 61 | 6 | 44 | 116 | 107 |
| Binary | 11101111 | 11000001 | 1111011 | 0 | 10011 | 110001 | 110 | 100100 | 1001110 | 1000111 |
Color Harmonies of #EFC17B
Complementary color
Monochromatic Colors of #EFC17B
Black with #EFC17B
Text Example
Text Example
White with #EFC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC17B; }
p { color: rgb(239,193,123); }
H1.HeaderClassName
{
color: #EFC17B;
}
.AnyTagClassName
{
color: #EFC17B;
}
</style>
background-color css
<style>
a { background-color: #EFC17B; }
a { background-color: rgb(239,193,123); }
div.DivClassName
{
background-color: #EFC17B;
}
.BgClassName
{
background-color: #EFC17B;
}
</style>
border-color css
<style>
span { border-color: #EFC17B; }
span { border-color: rgb(239,193,123); }
td.TdClassName
{
border-color: #EFC17B;
}
.TagClassName
{
border-color: #EFC17B;
}
</style>