Shades of Marzipan #EAC77D
Tints of Marzipan #EAC77D
RGB
CMYK
RGB Variations
Color information
#EAC77D (or 0xEAC77D) is known color: Marzipan. HEX triplet: EA, C7 and 7D. RGB value is (234,199,125). Sum of RGB (Red+Green+Blue) = 234+199+125=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC77D is #153882. Grayscale: #C9C9C9. Windows color (decimal): -1390723 or 8243178. OLE color: 8243178.
HSL color Cylindrical-coordinate representation of color #EAC77D: hue angle of 40.73º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAC77D is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 125 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.08 |
| HSL | 40.73º | 0.72% | 0.7% | - |
| HSV(B) | 40.73º | 0.47% | 0.92% | - |
| XYZ | 58.06 | 59.82 | 27.89 | - |
| YUV | 201.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 125 | 0 | 0.15 | 0.47 | 0.08 | 40.73 | 0.72 | 0.7 |
| Hex | EA | C7 | 7D | 0 | F | 2F | 8 | 29 | 48 | 46 |
| Octal | 352 | 307 | 175 | 0 | 17 | 57 | 10 | 51 | 110 | 106 |
| Binary | 11101010 | 11000111 | 1111101 | 0 | 1111 | 101111 | 1000 | 101001 | 1001000 | 1000110 |
Color Harmonies of #EAC77D
Complementary color
Monochromatic Colors of #EAC77D
Black with #EAC77D
Text Example
Text Example
White with #EAC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC77D; }
p { color: rgb(234,199,125); }
H1.HeaderClassName
{
color: #EAC77D;
}
.AnyTagClassName
{
color: #EAC77D;
}
</style>
background-color css
<style>
a { background-color: #EAC77D; }
a { background-color: rgb(234,199,125); }
div.DivClassName
{
background-color: #EAC77D;
}
.BgClassName
{
background-color: #EAC77D;
}
</style>
border-color css
<style>
span { border-color: #EAC77D; }
span { border-color: rgb(234,199,125); }
td.TdClassName
{
border-color: #EAC77D;
}
.TagClassName
{
border-color: #EAC77D;
}
</style>