Shades of Marzipan #EACC8D
Tints of Marzipan #EACC8D
RGB
CMYK
RGB Variations
Color information
#EACC8D (or 0xEACC8D) is known color: Marzipan. HEX triplet: EA, CC and 8D. RGB value is (234,204,141). Sum of RGB (Red+Green+Blue) = 234+204+141=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC8D is #153372. Grayscale: #CECECE. Windows color (decimal): -1389427 or 9293034. OLE color: 9293034.
HSL color Cylindrical-coordinate representation of color #EACC8D: hue angle of 40.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EACC8D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 141 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.08 |
| HSL | 40.65º | 0.69% | 0.74% | - |
| HSV(B) | 40.65º | 0.4% | 0.92% | - |
| XYZ | 60.33 | 62.6 | 34.1 | - |
| YUV | 205.79 | 91.44 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 141 | 0 | 0.13 | 0.40 | 0.08 | 40.65 | 0.69 | 0.74 |
| Hex | EA | CC | 8D | 0 | D | 28 | 8 | 29 | 45 | 4A |
| Octal | 352 | 314 | 215 | 0 | 15 | 50 | 10 | 51 | 105 | 112 |
| Binary | 11101010 | 11001100 | 10001101 | 0 | 1101 | 101000 | 1000 | 101001 | 1000101 | 1001010 |
Color Harmonies of #EACC8D
Complementary color
Monochromatic Colors of #EACC8D
Black with #EACC8D
Text Example
Text Example
White with #EACC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC8D; }
p { color: rgb(234,204,141); }
H1.HeaderClassName
{
color: #EACC8D;
}
.AnyTagClassName
{
color: #EACC8D;
}
</style>
background-color css
<style>
a { background-color: #EACC8D; }
a { background-color: rgb(234,204,141); }
div.DivClassName
{
background-color: #EACC8D;
}
.BgClassName
{
background-color: #EACC8D;
}
</style>
border-color css
<style>
span { border-color: #EACC8D; }
span { border-color: rgb(234,204,141); }
td.TdClassName
{
border-color: #EACC8D;
}
.TagClassName
{
border-color: #EACC8D;
}
</style>