Shades of Marzipan #EBC27B
Tints of Marzipan #EBC27B
RGB
CMYK
RGB Variations
Color information
#EBC27B (or 0xEBC27B) is known color: Marzipan. HEX triplet: EB, C2 and 7B. RGB value is (235,194,123). Sum of RGB (Red+Green+Blue) = 235+194+123=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC27B is #143D84. Grayscale: #C6C6C6. Windows color (decimal): -1326469 or 8110827. OLE color: 8110827.
HSL color Cylindrical-coordinate representation of color #EBC27B: hue angle of 38.04º 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 #EBC27B is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 123 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.08 |
| HSL | 38.04º | 0.74% | 0.7% | - |
| HSV(B) | 38.04º | 0.48% | 0.92% | - |
| XYZ | 57.13 | 57.68 | 26.86 | - |
| YUV | 198.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 123 | 0 | 0.17 | 0.48 | 0.08 | 38.04 | 0.74 | 0.7 |
| Hex | EB | C2 | 7B | 0 | 11 | 30 | 8 | 26 | 4A | 46 |
| Octal | 353 | 302 | 173 | 0 | 21 | 60 | 10 | 46 | 112 | 106 |
| Binary | 11101011 | 11000010 | 1111011 | 0 | 10001 | 110000 | 1000 | 100110 | 1001010 | 1000110 |
Color Harmonies of #EBC27B
Complementary color
Monochromatic Colors of #EBC27B
Black with #EBC27B
Text Example
Text Example
White with #EBC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC27B; }
p { color: rgb(235,194,123); }
H1.HeaderClassName
{
color: #EBC27B;
}
.AnyTagClassName
{
color: #EBC27B;
}
</style>
background-color css
<style>
a { background-color: #EBC27B; }
a { background-color: rgb(235,194,123); }
div.DivClassName
{
background-color: #EBC27B;
}
.BgClassName
{
background-color: #EBC27B;
}
</style>
border-color css
<style>
span { border-color: #EBC27B; }
span { border-color: rgb(235,194,123); }
td.TdClassName
{
border-color: #EBC27B;
}
.TagClassName
{
border-color: #EBC27B;
}
</style>