Shades of Marzipan #EECB8D
Tints of Marzipan #EECB8D
RGB
CMYK
RGB Variations
Color information
#EECB8D (or 0xEECB8D) is known color: Marzipan. HEX triplet: EE, CB and 8D. RGB value is (238,203,141). Sum of RGB (Red+Green+Blue) = 238+203+141=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECB8D is #113472. Grayscale: #CECECE. Windows color (decimal): -1127539 or 9292782. OLE color: 9292782.
HSL color Cylindrical-coordinate representation of color #EECB8D: hue angle of 38.35º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EECB8D is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 141 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.07 |
| HSL | 38.35º | 0.74% | 0.74% | - |
| HSV(B) | 38.35º | 0.41% | 0.93% | - |
| XYZ | 61.42 | 62.81 | 34.09 | - |
| YUV | 206.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 141 | 0 | 0.15 | 0.41 | 0.07 | 38.35 | 0.74 | 0.74 |
| Hex | EE | CB | 8D | 0 | F | 29 | 7 | 26 | 4A | 4A |
| Octal | 356 | 313 | 215 | 0 | 17 | 51 | 7 | 46 | 112 | 112 |
| Binary | 11101110 | 11001011 | 10001101 | 0 | 1111 | 101001 | 111 | 100110 | 1001010 | 1001010 |
Color Harmonies of #EECB8D
Complementary color
Monochromatic Colors of #EECB8D
Black with #EECB8D
Text Example
Text Example
White with #EECB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB8D; }
p { color: rgb(238,203,141); }
H1.HeaderClassName
{
color: #EECB8D;
}
.AnyTagClassName
{
color: #EECB8D;
}
</style>
background-color css
<style>
a { background-color: #EECB8D; }
a { background-color: rgb(238,203,141); }
div.DivClassName
{
background-color: #EECB8D;
}
.BgClassName
{
background-color: #EECB8D;
}
</style>
border-color css
<style>
span { border-color: #EECB8D; }
span { border-color: rgb(238,203,141); }
td.TdClassName
{
border-color: #EECB8D;
}
.TagClassName
{
border-color: #EECB8D;
}
</style>