Shades of Marzipan #EFC37E
Tints of Marzipan #EFC37E
RGB
CMYK
RGB Variations
Color information
#EFC37E (or 0xEFC37E) is known color: Marzipan. HEX triplet: EF, C3 and 7E. RGB value is (239,195,126). Sum of RGB (Red+Green+Blue) = 239+195+126=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC37E is #103C81. Grayscale: #C8C8C8. Windows color (decimal): -1064066 or 8307695. OLE color: 8307695.
HSL color Cylindrical-coordinate representation of color #EFC37E: hue angle of 36.64º 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 #EFC37E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 126 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.06 |
| HSL | 36.64º | 0.78% | 0.72% | - |
| HSV(B) | 36.64º | 0.47% | 0.94% | - |
| XYZ | 58.88 | 58.89 | 28 | - |
| YUV | 200.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 126 | 0 | 0.18 | 0.47 | 0.06 | 36.64 | 0.78 | 0.72 |
| Hex | EF | C3 | 7E | 0 | 12 | 2F | 6 | 25 | 4E | 48 |
| Octal | 357 | 303 | 176 | 0 | 22 | 57 | 6 | 45 | 116 | 110 |
| Binary | 11101111 | 11000011 | 1111110 | 0 | 10010 | 101111 | 110 | 100101 | 1001110 | 1001000 |
Color Harmonies of #EFC37E
Complementary color
Monochromatic Colors of #EFC37E
Black with #EFC37E
Text Example
Text Example
White with #EFC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC37E; }
p { color: rgb(239,195,126); }
H1.HeaderClassName
{
color: #EFC37E;
}
.AnyTagClassName
{
color: #EFC37E;
}
</style>
background-color css
<style>
a { background-color: #EFC37E; }
a { background-color: rgb(239,195,126); }
div.DivClassName
{
background-color: #EFC37E;
}
.BgClassName
{
background-color: #EFC37E;
}
</style>
border-color css
<style>
span { border-color: #EFC37E; }
span { border-color: rgb(239,195,126); }
td.TdClassName
{
border-color: #EFC37E;
}
.TagClassName
{
border-color: #EFC37E;
}
</style>