Shades of Marzipan #EAC382
Tints of Marzipan #EAC382
RGB
CMYK
RGB Variations
Color information
#EAC382 (or 0xEAC382) is known color: Marzipan. HEX triplet: EA, C3 and 82. RGB value is (234,195,130). Sum of RGB (Red+Green+Blue) = 234+195+130=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC382 is #153C7D. Grayscale: #C7C7C7. Windows color (decimal): -1391742 or 8569834. OLE color: 8569834.
HSL color Cylindrical-coordinate representation of color #EAC382: hue angle of 37.5º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAC382 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 130 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.08 |
| HSL | 37.5º | 0.71% | 0.71% | - |
| HSV(B) | 37.5º | 0.44% | 0.92% | - |
| XYZ | 57.48 | 58.13 | 29.31 | - |
| YUV | 199.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 130 | 0 | 0.17 | 0.44 | 0.08 | 37.5 | 0.71 | 0.71 |
| Hex | EA | C3 | 82 | 0 | 11 | 2C | 8 | 26 | 47 | 47 |
| Octal | 352 | 303 | 202 | 0 | 21 | 54 | 10 | 46 | 107 | 107 |
| Binary | 11101010 | 11000011 | 10000010 | 0 | 10001 | 101100 | 1000 | 100110 | 1000111 | 1000111 |
Color Harmonies of #EAC382
Complementary color
Monochromatic Colors of #EAC382
Black with #EAC382
Text Example
Text Example
White with #EAC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC382; }
p { color: rgb(234,195,130); }
H1.HeaderClassName
{
color: #EAC382;
}
.AnyTagClassName
{
color: #EAC382;
}
</style>
background-color css
<style>
a { background-color: #EAC382; }
a { background-color: rgb(234,195,130); }
div.DivClassName
{
background-color: #EAC382;
}
.BgClassName
{
background-color: #EAC382;
}
</style>
border-color css
<style>
span { border-color: #EAC382; }
span { border-color: rgb(234,195,130); }
td.TdClassName
{
border-color: #EAC382;
}
.TagClassName
{
border-color: #EAC382;
}
</style>