Shades of Marzipan #EEC37D
Tints of Marzipan #EEC37D
RGB
CMYK
RGB Variations
Color information
#EEC37D (or 0xEEC37D) is known color: Marzipan. HEX triplet: EE, C3 and 7D. RGB value is (238,195,125). Sum of RGB (Red+Green+Blue) = 238+195+125=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC37D is #113C82. Grayscale: #C8C8C8. Windows color (decimal): -1129603 or 8242158. OLE color: 8242158.
HSL color Cylindrical-coordinate representation of color #EEC37D: hue angle of 37.17º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEC37D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 125 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.07 |
| HSL | 37.17º | 0.77% | 0.71% | - |
| HSV(B) | 37.17º | 0.47% | 0.93% | - |
| XYZ | 58.48 | 58.69 | 27.65 | - |
| YUV | 199.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 125 | 0 | 0.18 | 0.47 | 0.07 | 37.17 | 0.77 | 0.71 |
| Hex | EE | C3 | 7D | 0 | 12 | 2F | 7 | 25 | 4D | 47 |
| Octal | 356 | 303 | 175 | 0 | 22 | 57 | 7 | 45 | 115 | 107 |
| Binary | 11101110 | 11000011 | 1111101 | 0 | 10010 | 101111 | 111 | 100101 | 1001101 | 1000111 |
Color Harmonies of #EEC37D
Complementary color
Monochromatic Colors of #EEC37D
Black with #EEC37D
Text Example
Text Example
White with #EEC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC37D; }
p { color: rgb(238,195,125); }
H1.HeaderClassName
{
color: #EEC37D;
}
.AnyTagClassName
{
color: #EEC37D;
}
</style>
background-color css
<style>
a { background-color: #EEC37D; }
a { background-color: rgb(238,195,125); }
div.DivClassName
{
background-color: #EEC37D;
}
.BgClassName
{
background-color: #EEC37D;
}
</style>
border-color css
<style>
span { border-color: #EEC37D; }
span { border-color: rgb(238,195,125); }
td.TdClassName
{
border-color: #EEC37D;
}
.TagClassName
{
border-color: #EEC37D;
}
</style>