Shades of Marzipan #EFC67B
Tints of Marzipan #EFC67B
RGB
CMYK
RGB Variations
Color information
#EFC67B (or 0xEFC67B) is known color: Marzipan. HEX triplet: EF, C6 and 7B. RGB value is (239,198,123). Sum of RGB (Red+Green+Blue) = 239+198+123=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC67B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC67B is #103984. Grayscale: #CACACA. Windows color (decimal): -1063301 or 8111855. OLE color: 8111855.
HSL color Cylindrical-coordinate representation of color #EFC67B: hue angle of 38.79º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFC67B is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 123 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.06 |
| HSL | 38.79º | 0.78% | 0.71% | - |
| HSV(B) | 38.79º | 0.49% | 0.94% | - |
| XYZ | 59.37 | 60.17 | 27.22 | - |
| YUV | 201.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 123 | 0 | 0.17 | 0.49 | 0.06 | 38.79 | 0.78 | 0.71 |
| Hex | EF | C6 | 7B | 0 | 11 | 31 | 6 | 27 | 4E | 47 |
| Octal | 357 | 306 | 173 | 0 | 21 | 61 | 6 | 47 | 116 | 107 |
| Binary | 11101111 | 11000110 | 1111011 | 0 | 10001 | 110001 | 110 | 100111 | 1001110 | 1000111 |
Color Harmonies of #EFC67B
Complementary color
Monochromatic Colors of #EFC67B
Black with #EFC67B
Text Example
Text Example
White with #EFC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC67B; }
p { color: rgb(239,198,123); }
H1.HeaderClassName
{
color: #EFC67B;
}
.AnyTagClassName
{
color: #EFC67B;
}
</style>
background-color css
<style>
a { background-color: #EFC67B; }
a { background-color: rgb(239,198,123); }
div.DivClassName
{
background-color: #EFC67B;
}
.BgClassName
{
background-color: #EFC67B;
}
</style>
border-color css
<style>
span { border-color: #EFC67B; }
span { border-color: rgb(239,198,123); }
td.TdClassName
{
border-color: #EFC67B;
}
.TagClassName
{
border-color: #EFC67B;
}
</style>