Shades of Marzipan #EFC583
Tints of Marzipan #EFC583
RGB
CMYK
RGB Variations
Color information
#EFC583 (or 0xEFC583) is known color: Marzipan. HEX triplet: EF, C5 and 83. RGB value is (239,197,131). Sum of RGB (Red+Green+Blue) = 239+197+131=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC583 is #103A7C. Grayscale: #CACACA. Windows color (decimal): -1063549 or 8635887. OLE color: 8635887.
HSL color Cylindrical-coordinate representation of color #EFC583: hue angle of 36.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFC583 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 131 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.06 |
| HSL | 36.67º | 0.77% | 0.73% | - |
| HSV(B) | 36.67º | 0.45% | 0.94% | - |
| XYZ | 59.66 | 59.92 | 29.89 | - |
| YUV | 202.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 131 | 0 | 0.18 | 0.45 | 0.06 | 36.67 | 0.77 | 0.73 |
| Hex | EF | C5 | 83 | 0 | 12 | 2D | 6 | 25 | 4D | 49 |
| Octal | 357 | 305 | 203 | 0 | 22 | 55 | 6 | 45 | 115 | 111 |
| Binary | 11101111 | 11000101 | 10000011 | 0 | 10010 | 101101 | 110 | 100101 | 1001101 | 1001001 |
Color Harmonies of #EFC583
Complementary color
Monochromatic Colors of #EFC583
Black with #EFC583
Text Example
Text Example
White with #EFC583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC583; }
p { color: rgb(239,197,131); }
H1.HeaderClassName
{
color: #EFC583;
}
.AnyTagClassName
{
color: #EFC583;
}
</style>
background-color css
<style>
a { background-color: #EFC583; }
a { background-color: rgb(239,197,131); }
div.DivClassName
{
background-color: #EFC583;
}
.BgClassName
{
background-color: #EFC583;
}
</style>
border-color css
<style>
span { border-color: #EFC583; }
span { border-color: rgb(239,197,131); }
td.TdClassName
{
border-color: #EFC583;
}
.TagClassName
{
border-color: #EFC583;
}
</style>