Shades of Marzipan #EDC67F
Tints of Marzipan #EDC67F
RGB
CMYK
RGB Variations
Color information
#EDC67F (or 0xEDC67F) is known color: Marzipan. HEX triplet: ED, C6 and 7F. RGB value is (237,198,127). Sum of RGB (Red+Green+Blue) = 237+198+127=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC67F is #123980. Grayscale: #C9C9C9. Windows color (decimal): -1194369 or 8373997. OLE color: 8373997.
HSL color Cylindrical-coordinate representation of color #EDC67F: hue angle of 38.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDC67F is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 127 | - |
| CMYK | 0 | 0.16 | 0.46 | 0.07 |
| HSL | 38.73º | 0.75% | 0.71% | - |
| HSV(B) | 38.73º | 0.46% | 0.93% | - |
| XYZ | 58.95 | 59.93 | 28.54 | - |
| YUV | 201.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 127 | 0 | 0.16 | 0.46 | 0.07 | 38.73 | 0.75 | 0.71 |
| Hex | ED | C6 | 7F | 0 | 10 | 2E | 7 | 27 | 4B | 47 |
| Octal | 355 | 306 | 177 | 0 | 20 | 56 | 7 | 47 | 113 | 107 |
| Binary | 11101101 | 11000110 | 1111111 | 0 | 10000 | 101110 | 111 | 100111 | 1001011 | 1000111 |
Color Harmonies of #EDC67F
Complementary color
Monochromatic Colors of #EDC67F
Black with #EDC67F
Text Example
Text Example
White with #EDC67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC67F; }
p { color: rgb(237,198,127); }
H1.HeaderClassName
{
color: #EDC67F;
}
.AnyTagClassName
{
color: #EDC67F;
}
</style>
background-color css
<style>
a { background-color: #EDC67F; }
a { background-color: rgb(237,198,127); }
div.DivClassName
{
background-color: #EDC67F;
}
.BgClassName
{
background-color: #EDC67F;
}
</style>
border-color css
<style>
span { border-color: #EDC67F; }
span { border-color: rgb(237,198,127); }
td.TdClassName
{
border-color: #EDC67F;
}
.TagClassName
{
border-color: #EDC67F;
}
</style>