Shades of Marzipan #EBC680
Tints of Marzipan #EBC680
RGB
CMYK
RGB Variations
Color information
#EBC680 (or 0xEBC680) is known color: Marzipan. HEX triplet: EB, C6 and 80. RGB value is (235,198,128). Sum of RGB (Red+Green+Blue) = 235+198+128=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC680 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC680 is #14397F. Grayscale: #C9C9C9. Windows color (decimal): -1325440 or 8439531. OLE color: 8439531.
HSL color Cylindrical-coordinate representation of color #EBC680: hue angle of 39.25º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBC680 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 128 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.08 |
| HSL | 39.25º | 0.73% | 0.71% | - |
| HSV(B) | 39.25º | 0.46% | 0.92% | - |
| XYZ | 58.35 | 59.61 | 28.85 | - |
| YUV | 201.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 128 | 0 | 0.16 | 0.46 | 0.08 | 39.25 | 0.73 | 0.71 |
| Hex | EB | C6 | 80 | 0 | 10 | 2E | 8 | 27 | 49 | 47 |
| Octal | 353 | 306 | 200 | 0 | 20 | 56 | 10 | 47 | 111 | 107 |
| Binary | 11101011 | 11000110 | 10000000 | 0 | 10000 | 101110 | 1000 | 100111 | 1001001 | 1000111 |
Color Harmonies of #EBC680
Complementary color
Monochromatic Colors of #EBC680
Black with #EBC680
Text Example
Text Example
White with #EBC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC680; }
p { color: rgb(235,198,128); }
H1.HeaderClassName
{
color: #EBC680;
}
.AnyTagClassName
{
color: #EBC680;
}
</style>
background-color css
<style>
a { background-color: #EBC680; }
a { background-color: rgb(235,198,128); }
div.DivClassName
{
background-color: #EBC680;
}
.BgClassName
{
background-color: #EBC680;
}
</style>
border-color css
<style>
span { border-color: #EBC680; }
span { border-color: rgb(235,198,128); }
td.TdClassName
{
border-color: #EBC680;
}
.TagClassName
{
border-color: #EBC680;
}
</style>