Shades of Marzipan #EDC77B
Tints of Marzipan #EDC77B
RGB
CMYK
RGB Variations
Color information
#EDC77B (or 0xEDC77B) is known color: Marzipan. HEX triplet: ED, C7 and 7B. RGB value is (237,199,123). Sum of RGB (Red+Green+Blue) = 237+199+123=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC77B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC77B is #123884. Grayscale: #CACACA. Windows color (decimal): -1194117 or 8112109. OLE color: 8112109.
HSL color Cylindrical-coordinate representation of color #EDC77B: hue angle of 40º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDC77B is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 123 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.07 |
| HSL | 40º | 0.76% | 0.71% | - |
| HSV(B) | 40º | 0.48% | 0.93% | - |
| XYZ | 58.92 | 60.28 | 27.27 | - |
| YUV | 201.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 123 | 0 | 0.16 | 0.48 | 0.07 | 40 | 0.76 | 0.71 |
| Hex | ED | C7 | 7B | 0 | 10 | 30 | 7 | 28 | 4C | 47 |
| Octal | 355 | 307 | 173 | 0 | 20 | 60 | 7 | 50 | 114 | 107 |
| Binary | 11101101 | 11000111 | 1111011 | 0 | 10000 | 110000 | 111 | 101000 | 1001100 | 1000111 |
Color Harmonies of #EDC77B
Complementary color
Monochromatic Colors of #EDC77B
Black with #EDC77B
Text Example
Text Example
White with #EDC77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC77B; }
p { color: rgb(237,199,123); }
H1.HeaderClassName
{
color: #EDC77B;
}
.AnyTagClassName
{
color: #EDC77B;
}
</style>
background-color css
<style>
a { background-color: #EDC77B; }
a { background-color: rgb(237,199,123); }
div.DivClassName
{
background-color: #EDC77B;
}
.BgClassName
{
background-color: #EDC77B;
}
</style>
border-color css
<style>
span { border-color: #EDC77B; }
span { border-color: rgb(237,199,123); }
td.TdClassName
{
border-color: #EDC77B;
}
.TagClassName
{
border-color: #EDC77B;
}
</style>