Shades of Marzipan #EEC67A
Tints of Marzipan #EEC67A
RGB
CMYK
RGB Variations
Color information
#EEC67A (or 0xEEC67A) is known color: Marzipan. HEX triplet: EE, C6 and 7A. RGB value is (238,198,122). Sum of RGB (Red+Green+Blue) = 238+198+122=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC67A is #113985. Grayscale: #C9C9C9. Windows color (decimal): -1128838 or 8046318. OLE color: 8046318.
HSL color Cylindrical-coordinate representation of color #EEC67A: hue angle of 39.31º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEC67A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 122 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.07 |
| HSL | 39.31º | 0.77% | 0.71% | - |
| HSV(B) | 39.31º | 0.49% | 0.93% | - |
| XYZ | 58.97 | 59.97 | 26.88 | - |
| YUV | 201.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 122 | 0 | 0.17 | 0.49 | 0.07 | 39.31 | 0.77 | 0.71 |
| Hex | EE | C6 | 7A | 0 | 11 | 31 | 7 | 27 | 4D | 47 |
| Octal | 356 | 306 | 172 | 0 | 21 | 61 | 7 | 47 | 115 | 107 |
| Binary | 11101110 | 11000110 | 1111010 | 0 | 10001 | 110001 | 111 | 100111 | 1001101 | 1000111 |
Color Harmonies of #EEC67A
Complementary color
Monochromatic Colors of #EEC67A
Black with #EEC67A
Text Example
Text Example
White with #EEC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC67A; }
p { color: rgb(238,198,122); }
H1.HeaderClassName
{
color: #EEC67A;
}
.AnyTagClassName
{
color: #EEC67A;
}
</style>
background-color css
<style>
a { background-color: #EEC67A; }
a { background-color: rgb(238,198,122); }
div.DivClassName
{
background-color: #EEC67A;
}
.BgClassName
{
background-color: #EEC67A;
}
</style>
border-color css
<style>
span { border-color: #EEC67A; }
span { border-color: rgb(238,198,122); }
td.TdClassName
{
border-color: #EEC67A;
}
.TagClassName
{
border-color: #EEC67A;
}
</style>