Shades of Marzipan #EFC88A
Tints of Marzipan #EFC88A
RGB
CMYK
RGB Variations
Color information
#EFC88A (or 0xEFC88A) is known color: Marzipan. HEX triplet: EF, C8 and 8A. RGB value is (239,200,138). Sum of RGB (Red+Green+Blue) = 239+200+138=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC88A is #103775. Grayscale: #CCCCCC. Windows color (decimal): -1062774 or 9095407. OLE color: 9095407.
HSL color Cylindrical-coordinate representation of color #EFC88A: hue angle of 36.83º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFC88A is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 138 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.06 |
| HSL | 36.83º | 0.76% | 0.74% | - |
| HSV(B) | 36.83º | 0.42% | 0.94% | - |
| XYZ | 60.84 | 61.49 | 32.71 | - |
| YUV | 204.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 138 | 0 | 0.16 | 0.42 | 0.06 | 36.83 | 0.76 | 0.74 |
| Hex | EF | C8 | 8A | 0 | 10 | 2A | 6 | 25 | 4C | 4A |
| Octal | 357 | 310 | 212 | 0 | 20 | 52 | 6 | 45 | 114 | 112 |
| Binary | 11101111 | 11001000 | 10001010 | 0 | 10000 | 101010 | 110 | 100101 | 1001100 | 1001010 |
Color Harmonies of #EFC88A
Complementary color
Monochromatic Colors of #EFC88A
Black with #EFC88A
Text Example
Text Example
White with #EFC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC88A; }
p { color: rgb(239,200,138); }
H1.HeaderClassName
{
color: #EFC88A;
}
.AnyTagClassName
{
color: #EFC88A;
}
</style>
background-color css
<style>
a { background-color: #EFC88A; }
a { background-color: rgb(239,200,138); }
div.DivClassName
{
background-color: #EFC88A;
}
.BgClassName
{
background-color: #EFC88A;
}
</style>
border-color css
<style>
span { border-color: #EFC88A; }
span { border-color: rgb(239,200,138); }
td.TdClassName
{
border-color: #EFC88A;
}
.TagClassName
{
border-color: #EFC88A;
}
</style>