Shades of Marzipan #EFCC7A
Tints of Marzipan #EFCC7A
RGB
CMYK
RGB Variations
Color information
#EFCC7A (or 0xEFCC7A) is known color: Marzipan. HEX triplet: EF, CC and 7A. RGB value is (239,204,122). Sum of RGB (Red+Green+Blue) = 239+204+122=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC7A is #103385. Grayscale: #CDCDCD. Windows color (decimal): -1061766 or 8047855. OLE color: 8047855.
HSL color Cylindrical-coordinate representation of color #EFCC7A: hue angle of 42.05º 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 #EFCC7A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 122 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.06 |
| HSL | 42.05º | 0.79% | 0.71% | - |
| HSV(B) | 42.05º | 0.49% | 0.94% | - |
| XYZ | 60.7 | 62.94 | 27.36 | - |
| YUV | 205.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 122 | 0 | 0.15 | 0.49 | 0.06 | 42.05 | 0.79 | 0.71 |
| Hex | EF | CC | 7A | 0 | F | 31 | 6 | 2A | 4F | 47 |
| Octal | 357 | 314 | 172 | 0 | 17 | 61 | 6 | 52 | 117 | 107 |
| Binary | 11101111 | 11001100 | 1111010 | 0 | 1111 | 110001 | 110 | 101010 | 1001111 | 1000111 |
Color Harmonies of #EFCC7A
Complementary color
Monochromatic Colors of #EFCC7A
Black with #EFCC7A
Text Example
Text Example
White with #EFCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC7A; }
p { color: rgb(239,204,122); }
H1.HeaderClassName
{
color: #EFCC7A;
}
.AnyTagClassName
{
color: #EFCC7A;
}
</style>
background-color css
<style>
a { background-color: #EFCC7A; }
a { background-color: rgb(239,204,122); }
div.DivClassName
{
background-color: #EFCC7A;
}
.BgClassName
{
background-color: #EFCC7A;
}
</style>
border-color css
<style>
span { border-color: #EFCC7A; }
span { border-color: rgb(239,204,122); }
td.TdClassName
{
border-color: #EFCC7A;
}
.TagClassName
{
border-color: #EFCC7A;
}
</style>