Shades of Marzipan #EEC27B
Tints of Marzipan #EEC27B
RGB
CMYK
RGB Variations
Color information
#EEC27B (or 0xEEC27B) is known color: Marzipan. HEX triplet: EE, C2 and 7B. RGB value is (238,194,123). Sum of RGB (Red+Green+Blue) = 238+194+123=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC27B is #113D84. Grayscale: #C7C7C7. Windows color (decimal): -1129861 or 8110830. OLE color: 8110830.
HSL color Cylindrical-coordinate representation of color #EEC27B: hue angle of 37.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEC27B is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 123 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.07 |
| HSL | 37.04º | 0.77% | 0.71% | - |
| HSV(B) | 37.04º | 0.48% | 0.93% | - |
| XYZ | 58.13 | 58.19 | 26.91 | - |
| YUV | 199.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 123 | 0 | 0.18 | 0.48 | 0.07 | 37.04 | 0.77 | 0.71 |
| Hex | EE | C2 | 7B | 0 | 12 | 30 | 7 | 25 | 4D | 47 |
| Octal | 356 | 302 | 173 | 0 | 22 | 60 | 7 | 45 | 115 | 107 |
| Binary | 11101110 | 11000010 | 1111011 | 0 | 10010 | 110000 | 111 | 100101 | 1001101 | 1000111 |
Color Harmonies of #EEC27B
Complementary color
Monochromatic Colors of #EEC27B
Black with #EEC27B
Text Example
Text Example
White with #EEC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC27B; }
p { color: rgb(238,194,123); }
H1.HeaderClassName
{
color: #EEC27B;
}
.AnyTagClassName
{
color: #EEC27B;
}
</style>
background-color css
<style>
a { background-color: #EEC27B; }
a { background-color: rgb(238,194,123); }
div.DivClassName
{
background-color: #EEC27B;
}
.BgClassName
{
background-color: #EEC27B;
}
</style>
border-color css
<style>
span { border-color: #EEC27B; }
span { border-color: rgb(238,194,123); }
td.TdClassName
{
border-color: #EEC27B;
}
.TagClassName
{
border-color: #EEC27B;
}
</style>