Shades of Marzipan #EAC274
Tints of Marzipan #EAC274
RGB
CMYK
RGB Variations
Color information
#EAC274 (or 0xEAC274) is known color: Marzipan. HEX triplet: EA, C2 and 74. RGB value is (234,194,116). Sum of RGB (Red+Green+Blue) = 234+194+116=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC274 is #153D8B. Grayscale: #C5C5C5. Windows color (decimal): -1392012 or 7652074. OLE color: 7652074.
HSL color Cylindrical-coordinate representation of color #EAC274: hue angle of 39.66º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAC274 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 116 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.08 |
| HSL | 39.66º | 0.74% | 0.69% | - |
| HSV(B) | 39.66º | 0.5% | 0.92% | - |
| XYZ | 56.38 | 57.34 | 24.62 | - |
| YUV | 197.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 116 | 0 | 0.17 | 0.50 | 0.08 | 39.66 | 0.74 | 0.69 |
| Hex | EA | C2 | 74 | 0 | 11 | 32 | 8 | 28 | 4A | 45 |
| Octal | 352 | 302 | 164 | 0 | 21 | 62 | 10 | 50 | 112 | 105 |
| Binary | 11101010 | 11000010 | 1110100 | 0 | 10001 | 110010 | 1000 | 101000 | 1001010 | 1000101 |
Color Harmonies of #EAC274
Complementary color
Monochromatic Colors of #EAC274
Black with #EAC274
Text Example
Text Example
White with #EAC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC274; }
p { color: rgb(234,194,116); }
H1.HeaderClassName
{
color: #EAC274;
}
.AnyTagClassName
{
color: #EAC274;
}
</style>
background-color css
<style>
a { background-color: #EAC274; }
a { background-color: rgb(234,194,116); }
div.DivClassName
{
background-color: #EAC274;
}
.BgClassName
{
background-color: #EAC274;
}
</style>
border-color css
<style>
span { border-color: #EAC274; }
span { border-color: rgb(234,194,116); }
td.TdClassName
{
border-color: #EAC274;
}
.TagClassName
{
border-color: #EAC274;
}
</style>