Shades of Marzipan #ECC27E
Tints of Marzipan #ECC27E
RGB
CMYK
RGB Variations
Color information
#ECC27E (or 0xECC27E) is known color: Marzipan. HEX triplet: EC, C2 and 7E. RGB value is (236,194,126). Sum of RGB (Red+Green+Blue) = 236+194+126=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC27E is #133D81. Grayscale: #C7C7C7. Windows color (decimal): -1260930 or 8307436. OLE color: 8307436.
HSL color Cylindrical-coordinate representation of color #ECC27E: hue angle of 37.09º degrees, saturation: 0.74, 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 #ECC27E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 126 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.07 |
| HSL | 37.09º | 0.74% | 0.71% | - |
| HSV(B) | 37.09º | 0.47% | 0.93% | - |
| XYZ | 57.65 | 57.92 | 27.88 | - |
| YUV | 198.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 126 | 0 | 0.18 | 0.47 | 0.07 | 37.09 | 0.74 | 0.71 |
| Hex | EC | C2 | 7E | 0 | 12 | 2F | 7 | 25 | 4A | 47 |
| Octal | 354 | 302 | 176 | 0 | 22 | 57 | 7 | 45 | 112 | 107 |
| Binary | 11101100 | 11000010 | 1111110 | 0 | 10010 | 101111 | 111 | 100101 | 1001010 | 1000111 |
Color Harmonies of #ECC27E
Complementary color
Monochromatic Colors of #ECC27E
Black with #ECC27E
Text Example
Text Example
White with #ECC27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC27E; }
p { color: rgb(236,194,126); }
H1.HeaderClassName
{
color: #ECC27E;
}
.AnyTagClassName
{
color: #ECC27E;
}
</style>
background-color css
<style>
a { background-color: #ECC27E; }
a { background-color: rgb(236,194,126); }
div.DivClassName
{
background-color: #ECC27E;
}
.BgClassName
{
background-color: #ECC27E;
}
</style>
border-color css
<style>
span { border-color: #ECC27E; }
span { border-color: rgb(236,194,126); }
td.TdClassName
{
border-color: #ECC27E;
}
.TagClassName
{
border-color: #ECC27E;
}
</style>