Shades of Marzipan #EDC68B
Tints of Marzipan #EDC68B
RGB
CMYK
RGB Variations
Color information
#EDC68B (or 0xEDC68B) is known color: Marzipan. HEX triplet: ED, C6 and 8B. RGB value is (237,198,139). Sum of RGB (Red+Green+Blue) = 237+198+139=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 139 (54.69% from 255 or 24.22% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC68B is #123974. Grayscale: #CBCBCB. Windows color (decimal): -1194357 or 9160429. OLE color: 9160429.
HSL color Cylindrical-coordinate representation of color #EDC68B: hue angle of 36.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDC68B is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 139 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.07 |
| HSL | 36.12º | 0.73% | 0.74% | - |
| HSV(B) | 36.12º | 0.41% | 0.93% | - |
| XYZ | 59.78 | 60.26 | 32.91 | - |
| YUV | 202.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 139 | 0 | 0.16 | 0.41 | 0.07 | 36.12 | 0.73 | 0.74 |
| Hex | ED | C6 | 8B | 0 | 10 | 29 | 7 | 24 | 49 | 4A |
| Octal | 355 | 306 | 213 | 0 | 20 | 51 | 7 | 44 | 111 | 112 |
| Binary | 11101101 | 11000110 | 10001011 | 0 | 10000 | 101001 | 111 | 100100 | 1001001 | 1001010 |
Color Harmonies of #EDC68B
Complementary color
Monochromatic Colors of #EDC68B
Black with #EDC68B
Text Example
Text Example
White with #EDC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC68B; }
p { color: rgb(237,198,139); }
H1.HeaderClassName
{
color: #EDC68B;
}
.AnyTagClassName
{
color: #EDC68B;
}
</style>
background-color css
<style>
a { background-color: #EDC68B; }
a { background-color: rgb(237,198,139); }
div.DivClassName
{
background-color: #EDC68B;
}
.BgClassName
{
background-color: #EDC68B;
}
</style>
border-color css
<style>
span { border-color: #EDC68B; }
span { border-color: rgb(237,198,139); }
td.TdClassName
{
border-color: #EDC68B;
}
.TagClassName
{
border-color: #EDC68B;
}
</style>