Shades of Marzipan #EEC27D
Tints of Marzipan #EEC27D
RGB
CMYK
RGB Variations
Color information
#EEC27D (or 0xEEC27D) is known color: Marzipan. HEX triplet: EE, C2 and 7D. RGB value is (238,194,125). Sum of RGB (Red+Green+Blue) = 238+194+125=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC27D is #113D82. Grayscale: #C7C7C7. Windows color (decimal): -1129859 or 8241902. OLE color: 8241902.
HSL color Cylindrical-coordinate representation of color #EEC27D: hue angle of 36.64º 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 #EEC27D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 125 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.07 |
| HSL | 36.64º | 0.77% | 0.71% | - |
| HSV(B) | 36.64º | 0.47% | 0.93% | - |
| XYZ | 58.25 | 58.24 | 27.57 | - |
| YUV | 199.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 125 | 0 | 0.18 | 0.47 | 0.07 | 36.64 | 0.77 | 0.71 |
| Hex | EE | C2 | 7D | 0 | 12 | 2F | 7 | 25 | 4D | 47 |
| Octal | 356 | 302 | 175 | 0 | 22 | 57 | 7 | 45 | 115 | 107 |
| Binary | 11101110 | 11000010 | 1111101 | 0 | 10010 | 101111 | 111 | 100101 | 1001101 | 1000111 |
Color Harmonies of #EEC27D
Complementary color
Monochromatic Colors of #EEC27D
Black with #EEC27D
Text Example
Text Example
White with #EEC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC27D; }
p { color: rgb(238,194,125); }
H1.HeaderClassName
{
color: #EEC27D;
}
.AnyTagClassName
{
color: #EEC27D;
}
</style>
background-color css
<style>
a { background-color: #EEC27D; }
a { background-color: rgb(238,194,125); }
div.DivClassName
{
background-color: #EEC27D;
}
.BgClassName
{
background-color: #EEC27D;
}
</style>
border-color css
<style>
span { border-color: #EEC27D; }
span { border-color: rgb(238,194,125); }
td.TdClassName
{
border-color: #EEC27D;
}
.TagClassName
{
border-color: #EEC27D;
}
</style>