Shades of Marzipan #EECA7F
Tints of Marzipan #EECA7F
RGB
CMYK
RGB Variations
Color information
#EECA7F (or 0xEECA7F) is known color: Marzipan. HEX triplet: EE, CA and 7F. RGB value is (238,202,127). Sum of RGB (Red+Green+Blue) = 238+202+127=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA7F is #113580. Grayscale: #CCCCCC. Windows color (decimal): -1127809 or 8375022. OLE color: 8375022.
HSL color Cylindrical-coordinate representation of color #EECA7F: hue angle of 40.54º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EECA7F is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 127 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.07 |
| HSL | 40.54º | 0.77% | 0.72% | - |
| HSV(B) | 40.54º | 0.47% | 0.93% | - |
| XYZ | 60.21 | 61.95 | 28.86 | - |
| YUV | 204.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 127 | 0 | 0.15 | 0.47 | 0.07 | 40.54 | 0.77 | 0.72 |
| Hex | EE | CA | 7F | 0 | F | 2F | 7 | 29 | 4D | 48 |
| Octal | 356 | 312 | 177 | 0 | 17 | 57 | 7 | 51 | 115 | 110 |
| Binary | 11101110 | 11001010 | 1111111 | 0 | 1111 | 101111 | 111 | 101001 | 1001101 | 1001000 |
Color Harmonies of #EECA7F
Complementary color
Monochromatic Colors of #EECA7F
Black with #EECA7F
Text Example
Text Example
White with #EECA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA7F; }
p { color: rgb(238,202,127); }
H1.HeaderClassName
{
color: #EECA7F;
}
.AnyTagClassName
{
color: #EECA7F;
}
</style>
background-color css
<style>
a { background-color: #EECA7F; }
a { background-color: rgb(238,202,127); }
div.DivClassName
{
background-color: #EECA7F;
}
.BgClassName
{
background-color: #EECA7F;
}
</style>
border-color css
<style>
span { border-color: #EECA7F; }
span { border-color: rgb(238,202,127); }
td.TdClassName
{
border-color: #EECA7F;
}
.TagClassName
{
border-color: #EECA7F;
}
</style>