Shades of Marzipan #EECE83
Tints of Marzipan #EECE83
RGB
CMYK
RGB Variations
Color information
#EECE83 (or 0xEECE83) is known color: Marzipan. HEX triplet: EE, CE and 83. RGB value is (238,206,131). Sum of RGB (Red+Green+Blue) = 238+206+131=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECE83 is #11317C. Grayscale: #CFCFCF. Windows color (decimal): -1126781 or 8638190. OLE color: 8638190.
HSL color Cylindrical-coordinate representation of color #EECE83: hue angle of 42.06º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EECE83 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 131 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.07 |
| HSL | 42.06º | 0.76% | 0.72% | - |
| HSV(B) | 42.06º | 0.45% | 0.93% | - |
| XYZ | 61.43 | 63.96 | 30.58 | - |
| YUV | 207.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 131 | 0 | 0.13 | 0.45 | 0.07 | 42.06 | 0.76 | 0.72 |
| Hex | EE | CE | 83 | 0 | D | 2D | 7 | 2A | 4C | 48 |
| Octal | 356 | 316 | 203 | 0 | 15 | 55 | 7 | 52 | 114 | 110 |
| Binary | 11101110 | 11001110 | 10000011 | 0 | 1101 | 101101 | 111 | 101010 | 1001100 | 1001000 |
Color Harmonies of #EECE83
Complementary color
Monochromatic Colors of #EECE83
Black with #EECE83
Text Example
Text Example
White with #EECE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE83; }
p { color: rgb(238,206,131); }
H1.HeaderClassName
{
color: #EECE83;
}
.AnyTagClassName
{
color: #EECE83;
}
</style>
background-color css
<style>
a { background-color: #EECE83; }
a { background-color: rgb(238,206,131); }
div.DivClassName
{
background-color: #EECE83;
}
.BgClassName
{
background-color: #EECE83;
}
</style>
border-color css
<style>
span { border-color: #EECE83; }
span { border-color: rgb(238,206,131); }
td.TdClassName
{
border-color: #EECE83;
}
.TagClassName
{
border-color: #EECE83;
}
</style>