Shades of Marzipan #EFC17A
Tints of Marzipan #EFC17A
RGB
CMYK
RGB Variations
Color information
#EFC17A (or 0xEFC17A) is known color: Marzipan. HEX triplet: EF, C1 and 7A. RGB value is (239,193,122). Sum of RGB (Red+Green+Blue) = 239+193+122=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC17A is #103E85. Grayscale: #C6C6C6. Windows color (decimal): -1064582 or 8045039. OLE color: 8045039.
HSL color Cylindrical-coordinate representation of color #EFC17A: hue angle of 36.41º degrees, saturation: 0.79, 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 #EFC17A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 122 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.06 |
| HSL | 36.41º | 0.79% | 0.71% | - |
| HSV(B) | 36.41º | 0.49% | 0.94% | - |
| XYZ | 58.18 | 57.9 | 26.52 | - |
| YUV | 198.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 122 | 0 | 0.19 | 0.49 | 0.06 | 36.41 | 0.79 | 0.71 |
| Hex | EF | C1 | 7A | 0 | 13 | 31 | 6 | 24 | 4F | 47 |
| Octal | 357 | 301 | 172 | 0 | 23 | 61 | 6 | 44 | 117 | 107 |
| Binary | 11101111 | 11000001 | 1111010 | 0 | 10011 | 110001 | 110 | 100100 | 1001111 | 1000111 |
Color Harmonies of #EFC17A
Complementary color
Monochromatic Colors of #EFC17A
Black with #EFC17A
Text Example
Text Example
White with #EFC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC17A; }
p { color: rgb(239,193,122); }
H1.HeaderClassName
{
color: #EFC17A;
}
.AnyTagClassName
{
color: #EFC17A;
}
</style>
background-color css
<style>
a { background-color: #EFC17A; }
a { background-color: rgb(239,193,122); }
div.DivClassName
{
background-color: #EFC17A;
}
.BgClassName
{
background-color: #EFC17A;
}
</style>
border-color css
<style>
span { border-color: #EFC17A; }
span { border-color: rgb(239,193,122); }
td.TdClassName
{
border-color: #EFC17A;
}
.TagClassName
{
border-color: #EFC17A;
}
</style>