Shades of Marzipan #EAC383
Tints of Marzipan #EAC383
RGB
CMYK
RGB Variations
Color information
#EAC383 (or 0xEAC383) is known color: Marzipan. HEX triplet: EA, C3 and 83. RGB value is (234,195,131). Sum of RGB (Red+Green+Blue) = 234+195+131=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC383 is #153C7C. Grayscale: #C7C7C7. Windows color (decimal): -1391741 or 8635370. OLE color: 8635370.
HSL color Cylindrical-coordinate representation of color #EAC383: hue angle of 37.28º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAC383 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 131 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.08 |
| HSL | 37.28º | 0.71% | 0.72% | - |
| HSV(B) | 37.28º | 0.44% | 0.92% | - |
| XYZ | 57.54 | 58.16 | 29.67 | - |
| YUV | 199.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 131 | 0 | 0.17 | 0.44 | 0.08 | 37.28 | 0.71 | 0.72 |
| Hex | EA | C3 | 83 | 0 | 11 | 2C | 8 | 25 | 47 | 48 |
| Octal | 352 | 303 | 203 | 0 | 21 | 54 | 10 | 45 | 107 | 110 |
| Binary | 11101010 | 11000011 | 10000011 | 0 | 10001 | 101100 | 1000 | 100101 | 1000111 | 1001000 |
Color Harmonies of #EAC383
Complementary color
Monochromatic Colors of #EAC383
Black with #EAC383
Text Example
Text Example
White with #EAC383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC383; }
p { color: rgb(234,195,131); }
H1.HeaderClassName
{
color: #EAC383;
}
.AnyTagClassName
{
color: #EAC383;
}
</style>
background-color css
<style>
a { background-color: #EAC383; }
a { background-color: rgb(234,195,131); }
div.DivClassName
{
background-color: #EAC383;
}
.BgClassName
{
background-color: #EAC383;
}
</style>
border-color css
<style>
span { border-color: #EAC383; }
span { border-color: rgb(234,195,131); }
td.TdClassName
{
border-color: #EAC383;
}
.TagClassName
{
border-color: #EAC383;
}
</style>