Shades of Marzipan #EFC683
Tints of Marzipan #EFC683
RGB
CMYK
RGB Variations
Color information
#EFC683 (or 0xEFC683) is known color: Marzipan. HEX triplet: EF, C6 and 83. RGB value is (239,198,131). Sum of RGB (Red+Green+Blue) = 239+198+131=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC683 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC683 is #10397C. Grayscale: #CACACA. Windows color (decimal): -1063293 or 8636143. OLE color: 8636143.
HSL color Cylindrical-coordinate representation of color #EFC683: hue angle of 37.22º 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 #EFC683 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 131 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.06 |
| HSL | 37.22º | 0.77% | 0.73% | - |
| HSV(B) | 37.22º | 0.45% | 0.94% | - |
| XYZ | 59.89 | 60.38 | 29.97 | - |
| YUV | 202.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 131 | 0 | 0.17 | 0.45 | 0.06 | 37.22 | 0.77 | 0.73 |
| Hex | EF | C6 | 83 | 0 | 11 | 2D | 6 | 25 | 4D | 49 |
| Octal | 357 | 306 | 203 | 0 | 21 | 55 | 6 | 45 | 115 | 111 |
| Binary | 11101111 | 11000110 | 10000011 | 0 | 10001 | 101101 | 110 | 100101 | 1001101 | 1001001 |
Color Harmonies of #EFC683
Complementary color
Monochromatic Colors of #EFC683
Black with #EFC683
Text Example
Text Example
White with #EFC683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC683; }
p { color: rgb(239,198,131); }
H1.HeaderClassName
{
color: #EFC683;
}
.AnyTagClassName
{
color: #EFC683;
}
</style>
background-color css
<style>
a { background-color: #EFC683; }
a { background-color: rgb(239,198,131); }
div.DivClassName
{
background-color: #EFC683;
}
.BgClassName
{
background-color: #EFC683;
}
</style>
border-color css
<style>
span { border-color: #EFC683; }
span { border-color: rgb(239,198,131); }
td.TdClassName
{
border-color: #EFC683;
}
.TagClassName
{
border-color: #EFC683;
}
</style>