Shades of Marzipan #EDC67B
Tints of Marzipan #EDC67B
RGB
CMYK
RGB Variations
Color information
#EDC67B (or 0xEDC67B) is known color: Marzipan. HEX triplet: ED, C6 and 7B. RGB value is (237,198,123). Sum of RGB (Red+Green+Blue) = 237+198+123=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC67B is #123984. Grayscale: #C9C9C9. Windows color (decimal): -1194373 or 8111853. OLE color: 8111853.
HSL color Cylindrical-coordinate representation of color #EDC67B: hue angle of 39.47º 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 #EDC67B is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 123 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.07 |
| HSL | 39.47º | 0.76% | 0.71% | - |
| HSV(B) | 39.47º | 0.48% | 0.93% | - |
| XYZ | 58.69 | 59.82 | 27.19 | - |
| YUV | 201.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 123 | 0 | 0.16 | 0.48 | 0.07 | 39.47 | 0.76 | 0.71 |
| Hex | ED | C6 | 7B | 0 | 10 | 30 | 7 | 27 | 4C | 47 |
| Octal | 355 | 306 | 173 | 0 | 20 | 60 | 7 | 47 | 114 | 107 |
| Binary | 11101101 | 11000110 | 1111011 | 0 | 10000 | 110000 | 111 | 100111 | 1001100 | 1000111 |
Color Harmonies of #EDC67B
Complementary color
Monochromatic Colors of #EDC67B
Black with #EDC67B
Text Example
Text Example
White with #EDC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC67B; }
p { color: rgb(237,198,123); }
H1.HeaderClassName
{
color: #EDC67B;
}
.AnyTagClassName
{
color: #EDC67B;
}
</style>
background-color css
<style>
a { background-color: #EDC67B; }
a { background-color: rgb(237,198,123); }
div.DivClassName
{
background-color: #EDC67B;
}
.BgClassName
{
background-color: #EDC67B;
}
</style>
border-color css
<style>
span { border-color: #EDC67B; }
span { border-color: rgb(237,198,123); }
td.TdClassName
{
border-color: #EDC67B;
}
.TagClassName
{
border-color: #EDC67B;
}
</style>