Shades of Marzipan #EACA8A
Tints of Marzipan #EACA8A
RGB
CMYK
RGB Variations
Color information
#EACA8A (or 0xEACA8A) is known color: Marzipan. HEX triplet: EA, CA and 8A. RGB value is (234,202,138). Sum of RGB (Red+Green+Blue) = 234+202+138=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA8A is #153575. Grayscale: #CCCCCC. Windows color (decimal): -1389942 or 9095914. OLE color: 9095914.
HSL color Cylindrical-coordinate representation of color #EACA8A: hue angle of 40º degrees, saturation: 0.7, 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 #EACA8A is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 138 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.08 |
| HSL | 40º | 0.7% | 0.73% | - |
| HSV(B) | 40º | 0.41% | 0.92% | - |
| XYZ | 59.64 | 61.57 | 32.79 | - |
| YUV | 204.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 138 | 0 | 0.14 | 0.41 | 0.08 | 40 | 0.7 | 0.73 |
| Hex | EA | CA | 8A | 0 | E | 29 | 8 | 28 | 46 | 49 |
| Octal | 352 | 312 | 212 | 0 | 16 | 51 | 10 | 50 | 106 | 111 |
| Binary | 11101010 | 11001010 | 10001010 | 0 | 1110 | 101001 | 1000 | 101000 | 1000110 | 1001001 |
Color Harmonies of #EACA8A
Complementary color
Monochromatic Colors of #EACA8A
Black with #EACA8A
Text Example
Text Example
White with #EACA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA8A; }
p { color: rgb(234,202,138); }
H1.HeaderClassName
{
color: #EACA8A;
}
.AnyTagClassName
{
color: #EACA8A;
}
</style>
background-color css
<style>
a { background-color: #EACA8A; }
a { background-color: rgb(234,202,138); }
div.DivClassName
{
background-color: #EACA8A;
}
.BgClassName
{
background-color: #EACA8A;
}
</style>
border-color css
<style>
span { border-color: #EACA8A; }
span { border-color: rgb(234,202,138); }
td.TdClassName
{
border-color: #EACA8A;
}
.TagClassName
{
border-color: #EACA8A;
}
</style>