Shades of Marzipan #EBD07F
Tints of Marzipan #EBD07F
RGB
CMYK
RGB Variations
Color information
#EBD07F (or 0xEBD07F) is known color: Marzipan. HEX triplet: EB, D0 and 7F. RGB value is (235,208,127). Sum of RGB (Red+Green+Blue) = 235+208+127=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD07F is #142F80. Grayscale: #CFCFCF. Windows color (decimal): -1322881 or 8376555. OLE color: 8376555.
HSL color Cylindrical-coordinate representation of color #EBD07F: hue angle of 45º 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 #EBD07F is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 127 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.08 |
| HSL | 45º | 0.73% | 0.71% | - |
| HSV(B) | 45º | 0.46% | 0.92% | - |
| XYZ | 60.65 | 64.31 | 29.29 | - |
| YUV | 206.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 127 | 0 | 0.11 | 0.46 | 0.08 | 45 | 0.73 | 0.71 |
| Hex | EB | D0 | 7F | 0 | B | 2E | 8 | 2D | 49 | 47 |
| Octal | 353 | 320 | 177 | 0 | 13 | 56 | 10 | 55 | 111 | 107 |
| Binary | 11101011 | 11010000 | 1111111 | 0 | 1011 | 101110 | 1000 | 101101 | 1001001 | 1000111 |
Color Harmonies of #EBD07F
Complementary color
Monochromatic Colors of #EBD07F
Black with #EBD07F
Text Example
Text Example
White with #EBD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD07F; }
p { color: rgb(235,208,127); }
H1.HeaderClassName
{
color: #EBD07F;
}
.AnyTagClassName
{
color: #EBD07F;
}
</style>
background-color css
<style>
a { background-color: #EBD07F; }
a { background-color: rgb(235,208,127); }
div.DivClassName
{
background-color: #EBD07F;
}
.BgClassName
{
background-color: #EBD07F;
}
</style>
border-color css
<style>
span { border-color: #EBD07F; }
span { border-color: rgb(235,208,127); }
td.TdClassName
{
border-color: #EBD07F;
}
.TagClassName
{
border-color: #EBD07F;
}
</style>