Shades of Marzipan #EACE8B
Tints of Marzipan #EACE8B
RGB
CMYK
RGB Variations
Color information
#EACE8B (or 0xEACE8B) is known color: Marzipan. HEX triplet: EA, CE and 8B. RGB value is (234,206,139). Sum of RGB (Red+Green+Blue) = 234+206+139=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 139 (54.69% from 255 or 24.01% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE8B is #153174. Grayscale: #CFCFCF. Windows color (decimal): -1388917 or 9162474. OLE color: 9162474.
HSL color Cylindrical-coordinate representation of color #EACE8B: hue angle of 42.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EACE8B is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 139 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.08 |
| HSL | 42.32º | 0.69% | 0.73% | - |
| HSV(B) | 42.32º | 0.41% | 0.92% | - |
| XYZ | 60.66 | 63.5 | 33.49 | - |
| YUV | 206.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 139 | 0 | 0.12 | 0.41 | 0.08 | 42.32 | 0.69 | 0.73 |
| Hex | EA | CE | 8B | 0 | C | 29 | 8 | 2A | 45 | 49 |
| Octal | 352 | 316 | 213 | 0 | 14 | 51 | 10 | 52 | 105 | 111 |
| Binary | 11101010 | 11001110 | 10001011 | 0 | 1100 | 101001 | 1000 | 101010 | 1000101 | 1001001 |
Color Harmonies of #EACE8B
Complementary color
Monochromatic Colors of #EACE8B
Black with #EACE8B
Text Example
Text Example
White with #EACE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE8B; }
p { color: rgb(234,206,139); }
H1.HeaderClassName
{
color: #EACE8B;
}
.AnyTagClassName
{
color: #EACE8B;
}
</style>
background-color css
<style>
a { background-color: #EACE8B; }
a { background-color: rgb(234,206,139); }
div.DivClassName
{
background-color: #EACE8B;
}
.BgClassName
{
background-color: #EACE8B;
}
</style>
border-color css
<style>
span { border-color: #EACE8B; }
span { border-color: rgb(234,206,139); }
td.TdClassName
{
border-color: #EACE8B;
}
.TagClassName
{
border-color: #EACE8B;
}
</style>