Shades of Marzipan #EECA7E
Tints of Marzipan #EECA7E
RGB
CMYK
RGB Variations
Color information
#EECA7E (or 0xEECA7E) is known color: Marzipan. HEX triplet: EE, CA and 7E. RGB value is (238,202,126). Sum of RGB (Red+Green+Blue) = 238+202+126=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA7E is #113581. Grayscale: #CCCCCC. Windows color (decimal): -1127810 or 8309486. OLE color: 8309486.
HSL color Cylindrical-coordinate representation of color #EECA7E: hue angle of 40.71º 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 #EECA7E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 126 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.07 |
| HSL | 40.71º | 0.77% | 0.71% | - |
| HSV(B) | 40.71º | 0.47% | 0.93% | - |
| XYZ | 60.15 | 61.92 | 28.52 | - |
| YUV | 204.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 126 | 0 | 0.15 | 0.47 | 0.07 | 40.71 | 0.77 | 0.71 |
| Hex | EE | CA | 7E | 0 | F | 2F | 7 | 29 | 4D | 47 |
| Octal | 356 | 312 | 176 | 0 | 17 | 57 | 7 | 51 | 115 | 107 |
| Binary | 11101110 | 11001010 | 1111110 | 0 | 1111 | 101111 | 111 | 101001 | 1001101 | 1000111 |
Color Harmonies of #EECA7E
Complementary color
Monochromatic Colors of #EECA7E
Black with #EECA7E
Text Example
Text Example
White with #EECA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA7E; }
p { color: rgb(238,202,126); }
H1.HeaderClassName
{
color: #EECA7E;
}
.AnyTagClassName
{
color: #EECA7E;
}
</style>
background-color css
<style>
a { background-color: #EECA7E; }
a { background-color: rgb(238,202,126); }
div.DivClassName
{
background-color: #EECA7E;
}
.BgClassName
{
background-color: #EECA7E;
}
</style>
border-color css
<style>
span { border-color: #EECA7E; }
span { border-color: rgb(238,202,126); }
td.TdClassName
{
border-color: #EECA7E;
}
.TagClassName
{
border-color: #EECA7E;
}
</style>