Shades of Marzipan #EACA8B
Tints of Marzipan #EACA8B
RGB
CMYK
RGB Variations
Color information
#EACA8B (or 0xEACA8B) is known color: Marzipan. HEX triplet: EA, CA and 8B. RGB value is (234,202,139). Sum of RGB (Red+Green+Blue) = 234+202+139=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA8B is #153574. Grayscale: #CCCCCC. Windows color (decimal): -1389941 or 9161450. OLE color: 9161450.
HSL color Cylindrical-coordinate representation of color #EACA8B: hue angle of 39.79º 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 #EACA8B is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 139 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.08 |
| HSL | 39.79º | 0.69% | 0.73% | - |
| HSV(B) | 39.79º | 0.41% | 0.92% | - |
| XYZ | 59.71 | 61.6 | 33.17 | - |
| YUV | 204.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 139 | 0 | 0.14 | 0.41 | 0.08 | 39.79 | 0.69 | 0.73 |
| Hex | EA | CA | 8B | 0 | E | 29 | 8 | 28 | 45 | 49 |
| Octal | 352 | 312 | 213 | 0 | 16 | 51 | 10 | 50 | 105 | 111 |
| Binary | 11101010 | 11001010 | 10001011 | 0 | 1110 | 101001 | 1000 | 101000 | 1000101 | 1001001 |
Color Harmonies of #EACA8B
Complementary color
Monochromatic Colors of #EACA8B
Black with #EACA8B
Text Example
Text Example
White with #EACA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA8B; }
p { color: rgb(234,202,139); }
H1.HeaderClassName
{
color: #EACA8B;
}
.AnyTagClassName
{
color: #EACA8B;
}
</style>
background-color css
<style>
a { background-color: #EACA8B; }
a { background-color: rgb(234,202,139); }
div.DivClassName
{
background-color: #EACA8B;
}
.BgClassName
{
background-color: #EACA8B;
}
</style>
border-color css
<style>
span { border-color: #EACA8B; }
span { border-color: rgb(234,202,139); }
td.TdClassName
{
border-color: #EACA8B;
}
.TagClassName
{
border-color: #EACA8B;
}
</style>