Shades of Marzipan #EAC983
Tints of Marzipan #EAC983
RGB
CMYK
RGB Variations
Color information
#EAC983 (or 0xEAC983) is known color: Marzipan. HEX triplet: EA, C9 and 83. RGB value is (234,201,131). Sum of RGB (Red+Green+Blue) = 234+201+131=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 131 (51.56% from 255 or 23.14% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC983 is #15367C. Grayscale: #CBCBCB. Windows color (decimal): -1390205 or 8636906. OLE color: 8636906.
HSL color Cylindrical-coordinate representation of color #EAC983: hue angle of 40.78º 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 #EAC983 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 131 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.08 |
| HSL | 40.78º | 0.71% | 0.72% | - |
| HSV(B) | 40.78º | 0.44% | 0.92% | - |
| XYZ | 58.92 | 60.9 | 30.12 | - |
| YUV | 202.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 131 | 0 | 0.14 | 0.44 | 0.08 | 40.78 | 0.71 | 0.72 |
| Hex | EA | C9 | 83 | 0 | E | 2C | 8 | 29 | 47 | 48 |
| Octal | 352 | 311 | 203 | 0 | 16 | 54 | 10 | 51 | 107 | 110 |
| Binary | 11101010 | 11001001 | 10000011 | 0 | 1110 | 101100 | 1000 | 101001 | 1000111 | 1001000 |
Color Harmonies of #EAC983
Complementary color
Monochromatic Colors of #EAC983
Black with #EAC983
Text Example
Text Example
White with #EAC983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC983; }
p { color: rgb(234,201,131); }
H1.HeaderClassName
{
color: #EAC983;
}
.AnyTagClassName
{
color: #EAC983;
}
</style>
background-color css
<style>
a { background-color: #EAC983; }
a { background-color: rgb(234,201,131); }
div.DivClassName
{
background-color: #EAC983;
}
.BgClassName
{
background-color: #EAC983;
}
</style>
border-color css
<style>
span { border-color: #EAC983; }
span { border-color: rgb(234,201,131); }
td.TdClassName
{
border-color: #EAC983;
}
.TagClassName
{
border-color: #EAC983;
}
</style>