Shades of Marzipan #EBC382
Tints of Marzipan #EBC382
RGB
CMYK
RGB Variations
Color information
#EBC382 (or 0xEBC382) is known color: Marzipan. HEX triplet: EB, C3 and 82. RGB value is (235,195,130). Sum of RGB (Red+Green+Blue) = 235+195+130=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC382 is #143C7D. Grayscale: #C7C7C7. Windows color (decimal): -1326206 or 8569835. OLE color: 8569835.
HSL color Cylindrical-coordinate representation of color #EBC382: hue angle of 37.14º 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 #EBC382 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 130 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.08 |
| HSL | 37.14º | 0.72% | 0.72% | - |
| HSV(B) | 37.14º | 0.45% | 0.92% | - |
| XYZ | 57.81 | 58.3 | 29.33 | - |
| YUV | 199.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 130 | 0 | 0.17 | 0.45 | 0.08 | 37.14 | 0.72 | 0.72 |
| Hex | EB | C3 | 82 | 0 | 11 | 2D | 8 | 25 | 48 | 48 |
| Octal | 353 | 303 | 202 | 0 | 21 | 55 | 10 | 45 | 110 | 110 |
| Binary | 11101011 | 11000011 | 10000010 | 0 | 10001 | 101101 | 1000 | 100101 | 1001000 | 1001000 |
Color Harmonies of #EBC382
Complementary color
Monochromatic Colors of #EBC382
Black with #EBC382
Text Example
Text Example
White with #EBC382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC382; }
p { color: rgb(235,195,130); }
H1.HeaderClassName
{
color: #EBC382;
}
.AnyTagClassName
{
color: #EBC382;
}
</style>
background-color css
<style>
a { background-color: #EBC382; }
a { background-color: rgb(235,195,130); }
div.DivClassName
{
background-color: #EBC382;
}
.BgClassName
{
background-color: #EBC382;
}
</style>
border-color css
<style>
span { border-color: #EBC382; }
span { border-color: rgb(235,195,130); }
td.TdClassName
{
border-color: #EBC382;
}
.TagClassName
{
border-color: #EBC382;
}
</style>