Shades of Marzipan #EECF7D
Tints of Marzipan #EECF7D
RGB
CMYK
RGB Variations
Color information
#EECF7D (or 0xEECF7D) is known color: Marzipan. HEX triplet: EE, CF and 7D. RGB value is (238,207,125). Sum of RGB (Red+Green+Blue) = 238+207+125=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF7D is #113082. Grayscale: #CFCFCF. Windows color (decimal): -1126531 or 8245230. OLE color: 8245230.
HSL color Cylindrical-coordinate representation of color #EECF7D: hue angle of 43.54º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EECF7D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 125 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.07 |
| HSL | 43.54º | 0.77% | 0.71% | - |
| HSV(B) | 43.54º | 0.47% | 0.93% | - |
| XYZ | 61.27 | 64.28 | 28.58 | - |
| YUV | 206.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 125 | 0 | 0.13 | 0.47 | 0.07 | 43.54 | 0.77 | 0.71 |
| Hex | EE | CF | 7D | 0 | D | 2F | 7 | 2C | 4D | 47 |
| Octal | 356 | 317 | 175 | 0 | 15 | 57 | 7 | 54 | 115 | 107 |
| Binary | 11101110 | 11001111 | 1111101 | 0 | 1101 | 101111 | 111 | 101100 | 1001101 | 1000111 |
Color Harmonies of #EECF7D
Complementary color
Monochromatic Colors of #EECF7D
Black with #EECF7D
Text Example
Text Example
White with #EECF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF7D; }
p { color: rgb(238,207,125); }
H1.HeaderClassName
{
color: #EECF7D;
}
.AnyTagClassName
{
color: #EECF7D;
}
</style>
background-color css
<style>
a { background-color: #EECF7D; }
a { background-color: rgb(238,207,125); }
div.DivClassName
{
background-color: #EECF7D;
}
.BgClassName
{
background-color: #EECF7D;
}
</style>
border-color css
<style>
span { border-color: #EECF7D; }
span { border-color: rgb(238,207,125); }
td.TdClassName
{
border-color: #EECF7D;
}
.TagClassName
{
border-color: #EECF7D;
}
</style>