Shades of Marzipan #EBC982
Tints of Marzipan #EBC982
RGB
CMYK
RGB Variations
Color information
#EBC982 (or 0xEBC982) is known color: Marzipan. HEX triplet: EB, C9 and 82. RGB value is (235,201,130). Sum of RGB (Red+Green+Blue) = 235+201+130=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC982 is #14367D. Grayscale: #CBCBCB. Windows color (decimal): -1324670 or 8571371. OLE color: 8571371.
HSL color Cylindrical-coordinate representation of color #EBC982: hue angle of 40.57º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBC982 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 130 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.08 |
| HSL | 40.57º | 0.72% | 0.72% | - |
| HSV(B) | 40.57º | 0.45% | 0.92% | - |
| XYZ | 59.18 | 61.05 | 29.78 | - |
| YUV | 203.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 130 | 0 | 0.14 | 0.45 | 0.08 | 40.57 | 0.72 | 0.72 |
| Hex | EB | C9 | 82 | 0 | E | 2D | 8 | 29 | 48 | 48 |
| Octal | 353 | 311 | 202 | 0 | 16 | 55 | 10 | 51 | 110 | 110 |
| Binary | 11101011 | 11001001 | 10000010 | 0 | 1110 | 101101 | 1000 | 101001 | 1001000 | 1001000 |
Color Harmonies of #EBC982
Complementary color
Monochromatic Colors of #EBC982
Black with #EBC982
Text Example
Text Example
White with #EBC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC982; }
p { color: rgb(235,201,130); }
H1.HeaderClassName
{
color: #EBC982;
}
.AnyTagClassName
{
color: #EBC982;
}
</style>
background-color css
<style>
a { background-color: #EBC982; }
a { background-color: rgb(235,201,130); }
div.DivClassName
{
background-color: #EBC982;
}
.BgClassName
{
background-color: #EBC982;
}
</style>
border-color css
<style>
span { border-color: #EBC982; }
span { border-color: rgb(235,201,130); }
td.TdClassName
{
border-color: #EBC982;
}
.TagClassName
{
border-color: #EBC982;
}
</style>