Shades of Marzipan #EACA7B
Tints of Marzipan #EACA7B
RGB
CMYK
RGB Variations
Color information
#EACA7B (or 0xEACA7B) is known color: Marzipan. HEX triplet: EA, CA and 7B. RGB value is (234,202,123). Sum of RGB (Red+Green+Blue) = 234+202+123=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA7B is #153584. Grayscale: #CACACA. Windows color (decimal): -1389957 or 8112874. OLE color: 8112874.
HSL color Cylindrical-coordinate representation of color #EACA7B: hue angle of 42.7º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EACA7B is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 123 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.08 |
| HSL | 42.7º | 0.73% | 0.7% | - |
| HSV(B) | 42.7º | 0.47% | 0.92% | - |
| XYZ | 58.63 | 61.16 | 27.45 | - |
| YUV | 202.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 123 | 0 | 0.14 | 0.47 | 0.08 | 42.7 | 0.73 | 0.7 |
| Hex | EA | CA | 7B | 0 | E | 2F | 8 | 2B | 49 | 46 |
| Octal | 352 | 312 | 173 | 0 | 16 | 57 | 10 | 53 | 111 | 106 |
| Binary | 11101010 | 11001010 | 1111011 | 0 | 1110 | 101111 | 1000 | 101011 | 1001001 | 1000110 |
Color Harmonies of #EACA7B
Complementary color
Monochromatic Colors of #EACA7B
Black with #EACA7B
Text Example
Text Example
White with #EACA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA7B; }
p { color: rgb(234,202,123); }
H1.HeaderClassName
{
color: #EACA7B;
}
.AnyTagClassName
{
color: #EACA7B;
}
</style>
background-color css
<style>
a { background-color: #EACA7B; }
a { background-color: rgb(234,202,123); }
div.DivClassName
{
background-color: #EACA7B;
}
.BgClassName
{
background-color: #EACA7B;
}
</style>
border-color css
<style>
span { border-color: #EACA7B; }
span { border-color: rgb(234,202,123); }
td.TdClassName
{
border-color: #EACA7B;
}
.TagClassName
{
border-color: #EACA7B;
}
</style>