Shades of Marzipan #EECB7B
Tints of Marzipan #EECB7B
RGB
CMYK
RGB Variations
Color information
#EECB7B (or 0xEECB7B) is known color: Marzipan. HEX triplet: EE, CB and 7B. RGB value is (238,203,123). Sum of RGB (Red+Green+Blue) = 238+203+123=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 123 (48.44% from 255 or 21.81% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB7B is #113484. Grayscale: #CCCCCC. Windows color (decimal): -1127557 or 8113134. OLE color: 8113134.
HSL color Cylindrical-coordinate representation of color #EECB7B: hue angle of 41.74º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EECB7B is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 123 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.07 |
| HSL | 41.74º | 0.77% | 0.71% | - |
| HSV(B) | 41.74º | 0.48% | 0.93% | - |
| XYZ | 60.19 | 62.32 | 27.6 | - |
| YUV | 204.35 | 82.1 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 123 | 0 | 0.15 | 0.48 | 0.07 | 41.74 | 0.77 | 0.71 |
| Hex | EE | CB | 7B | 0 | F | 30 | 7 | 2A | 4D | 47 |
| Octal | 356 | 313 | 173 | 0 | 17 | 60 | 7 | 52 | 115 | 107 |
| Binary | 11101110 | 11001011 | 1111011 | 0 | 1111 | 110000 | 111 | 101010 | 1001101 | 1000111 |
Color Harmonies of #EECB7B
Complementary color
Monochromatic Colors of #EECB7B
Black with #EECB7B
Text Example
Text Example
White with #EECB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB7B; }
p { color: rgb(238,203,123); }
H1.HeaderClassName
{
color: #EECB7B;
}
.AnyTagClassName
{
color: #EECB7B;
}
</style>
background-color css
<style>
a { background-color: #EECB7B; }
a { background-color: rgb(238,203,123); }
div.DivClassName
{
background-color: #EECB7B;
}
.BgClassName
{
background-color: #EECB7B;
}
</style>
border-color css
<style>
span { border-color: #EECB7B; }
span { border-color: rgb(238,203,123); }
td.TdClassName
{
border-color: #EECB7B;
}
.TagClassName
{
border-color: #EECB7B;
}
</style>