Shades of Marzipan #EECE7D
Tints of Marzipan #EECE7D
RGB
CMYK
RGB Variations
Color information
#EECE7D (or 0xEECE7D) is known color: Marzipan. HEX triplet: EE, CE and 7D. RGB value is (238,206,125). Sum of RGB (Red+Green+Blue) = 238+206+125=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE7D is #113182. Grayscale: #CECECE. Windows color (decimal): -1126787 or 8244974. OLE color: 8244974.
HSL color Cylindrical-coordinate representation of color #EECE7D: hue angle of 43.01º 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 #EECE7D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 125 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.07 |
| HSL | 43.01º | 0.77% | 0.71% | - |
| HSV(B) | 43.01º | 0.47% | 0.93% | - |
| XYZ | 61.03 | 63.8 | 28.5 | - |
| YUV | 206.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 125 | 0 | 0.13 | 0.47 | 0.07 | 43.01 | 0.77 | 0.71 |
| Hex | EE | CE | 7D | 0 | D | 2F | 7 | 2B | 4D | 47 |
| Octal | 356 | 316 | 175 | 0 | 15 | 57 | 7 | 53 | 115 | 107 |
| Binary | 11101110 | 11001110 | 1111101 | 0 | 1101 | 101111 | 111 | 101011 | 1001101 | 1000111 |
Color Harmonies of #EECE7D
Complementary color
Monochromatic Colors of #EECE7D
Black with #EECE7D
Text Example
Text Example
White with #EECE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE7D; }
p { color: rgb(238,206,125); }
H1.HeaderClassName
{
color: #EECE7D;
}
.AnyTagClassName
{
color: #EECE7D;
}
</style>
background-color css
<style>
a { background-color: #EECE7D; }
a { background-color: rgb(238,206,125); }
div.DivClassName
{
background-color: #EECE7D;
}
.BgClassName
{
background-color: #EECE7D;
}
</style>
border-color css
<style>
span { border-color: #EECE7D; }
span { border-color: rgb(238,206,125); }
td.TdClassName
{
border-color: #EECE7D;
}
.TagClassName
{
border-color: #EECE7D;
}
</style>