Shades of Marzipan #EBC67B
Tints of Marzipan #EBC67B
RGB
CMYK
RGB Variations
Color information
#EBC67B (or 0xEBC67B) is known color: Marzipan. HEX triplet: EB, C6 and 7B. RGB value is (235,198,123). Sum of RGB (Red+Green+Blue) = 235+198+123=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 123 (48.44% from 255 or 22.12% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC67B is #143984. Grayscale: #C8C8C8. Windows color (decimal): -1325445 or 8111851. OLE color: 8111851.
HSL color Cylindrical-coordinate representation of color #EBC67B: hue angle of 40.18º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBC67B is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 123 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.08 |
| HSL | 40.18º | 0.74% | 0.7% | - |
| HSV(B) | 40.18º | 0.48% | 0.92% | - |
| XYZ | 58.03 | 59.48 | 27.16 | - |
| YUV | 200.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 123 | 0 | 0.16 | 0.48 | 0.08 | 40.18 | 0.74 | 0.7 |
| Hex | EB | C6 | 7B | 0 | 10 | 30 | 8 | 28 | 4A | 46 |
| Octal | 353 | 306 | 173 | 0 | 20 | 60 | 10 | 50 | 112 | 106 |
| Binary | 11101011 | 11000110 | 1111011 | 0 | 10000 | 110000 | 1000 | 101000 | 1001010 | 1000110 |
Color Harmonies of #EBC67B
Complementary color
Monochromatic Colors of #EBC67B
Black with #EBC67B
Text Example
Text Example
White with #EBC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC67B; }
p { color: rgb(235,198,123); }
H1.HeaderClassName
{
color: #EBC67B;
}
.AnyTagClassName
{
color: #EBC67B;
}
</style>
background-color css
<style>
a { background-color: #EBC67B; }
a { background-color: rgb(235,198,123); }
div.DivClassName
{
background-color: #EBC67B;
}
.BgClassName
{
background-color: #EBC67B;
}
</style>
border-color css
<style>
span { border-color: #EBC67B; }
span { border-color: rgb(235,198,123); }
td.TdClassName
{
border-color: #EBC67B;
}
.TagClassName
{
border-color: #EBC67B;
}
</style>