Shades of Marzipan #EEC68B
Tints of Marzipan #EEC68B
RGB
CMYK
RGB Variations
Color information
#EEC68B (or 0xEEC68B) is known color: Marzipan. HEX triplet: EE, C6 and 8B. RGB value is (238,198,139). Sum of RGB (Red+Green+Blue) = 238+198+139=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 139 (54.69% from 255 or 24.17% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC68B is #113974. Grayscale: #CBCBCB. Windows color (decimal): -1128821 or 9160430. OLE color: 9160430.
HSL color Cylindrical-coordinate representation of color #EEC68B: hue angle of 35.76º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEC68B is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 139 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.07 |
| HSL | 35.76º | 0.74% | 0.74% | - |
| HSV(B) | 35.76º | 0.42% | 0.93% | - |
| XYZ | 60.11 | 60.43 | 32.92 | - |
| YUV | 203.23 | 91.75 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 139 | 0 | 0.17 | 0.42 | 0.07 | 35.76 | 0.74 | 0.74 |
| Hex | EE | C6 | 8B | 0 | 11 | 2A | 7 | 24 | 4A | 4A |
| Octal | 356 | 306 | 213 | 0 | 21 | 52 | 7 | 44 | 112 | 112 |
| Binary | 11101110 | 11000110 | 10001011 | 0 | 10001 | 101010 | 111 | 100100 | 1001010 | 1001010 |
Color Harmonies of #EEC68B
Complementary color
Monochromatic Colors of #EEC68B
Black with #EEC68B
Text Example
Text Example
White with #EEC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC68B; }
p { color: rgb(238,198,139); }
H1.HeaderClassName
{
color: #EEC68B;
}
.AnyTagClassName
{
color: #EEC68B;
}
</style>
background-color css
<style>
a { background-color: #EEC68B; }
a { background-color: rgb(238,198,139); }
div.DivClassName
{
background-color: #EEC68B;
}
.BgClassName
{
background-color: #EEC68B;
}
</style>
border-color css
<style>
span { border-color: #EEC68B; }
span { border-color: rgb(238,198,139); }
td.TdClassName
{
border-color: #EEC68B;
}
.TagClassName
{
border-color: #EEC68B;
}
</style>