Shades of Marzipan #EFC27E
Tints of Marzipan #EFC27E
RGB
CMYK
RGB Variations
Color information
#EFC27E (or 0xEFC27E) is known color: Marzipan. HEX triplet: EF, C2 and 7E. RGB value is (239,194,126). Sum of RGB (Red+Green+Blue) = 239+194+126=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC27E is #103D81. Grayscale: #C8C8C8. Windows color (decimal): -1064322 or 8307439. OLE color: 8307439.
HSL color Cylindrical-coordinate representation of color #EFC27E: hue angle of 36.11º 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 #EFC27E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 126 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.06 |
| HSL | 36.11º | 0.78% | 0.72% | - |
| HSV(B) | 36.11º | 0.47% | 0.94% | - |
| XYZ | 58.65 | 58.44 | 27.93 | - |
| YUV | 199.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 126 | 0 | 0.19 | 0.47 | 0.06 | 36.11 | 0.78 | 0.72 |
| Hex | EF | C2 | 7E | 0 | 13 | 2F | 6 | 24 | 4E | 48 |
| Octal | 357 | 302 | 176 | 0 | 23 | 57 | 6 | 44 | 116 | 110 |
| Binary | 11101111 | 11000010 | 1111110 | 0 | 10011 | 101111 | 110 | 100100 | 1001110 | 1001000 |
Color Harmonies of #EFC27E
Complementary color
Monochromatic Colors of #EFC27E
Black with #EFC27E
Text Example
Text Example
White with #EFC27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC27E; }
p { color: rgb(239,194,126); }
H1.HeaderClassName
{
color: #EFC27E;
}
.AnyTagClassName
{
color: #EFC27E;
}
</style>
background-color css
<style>
a { background-color: #EFC27E; }
a { background-color: rgb(239,194,126); }
div.DivClassName
{
background-color: #EFC27E;
}
.BgClassName
{
background-color: #EFC27E;
}
</style>
border-color css
<style>
span { border-color: #EFC27E; }
span { border-color: rgb(239,194,126); }
td.TdClassName
{
border-color: #EFC27E;
}
.TagClassName
{
border-color: #EFC27E;
}
</style>