#EFC47D

Color #EFC47D Marzipan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Marzipan #EFC47D

Tints of Marzipan #EFC47D

Color information

#EFC47D (or 0xEFC47D) is unknown color: approx Marzipan. HEX triplet: EF, C4 and 7D. RGB value is (239,196,125). Sum of RGB (Red+Green+Blue) = 239+196+125=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC47D is #103B82. Grayscale: #C9C9C9. Windows color (decimal): -1063811 or 8242415. OLE color: 8242415.

HSL color Cylindrical-coordinate representation of color #EFC47D: hue angle of 37.37º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFC47D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239196125-
CMYK00.180.480.06
HSL37.37º78.08%71.37%-
HSV(B)37.37º47.7%93.73%-
XYZ59.0459.3127.74-
YUV200.7685.25155.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 125 (49.22% from 255) = 22.32%
R=42.68%
G=35%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919612500.180.480.0637.3778.0871.37
HexEFC47D012306254e47
Octal35730417502260645116107
Binary1110111111000100111110101001011000011010010110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC47D; }

 p { color: rgb(239,196,125); }

 H1.HeaderClassName
 {
   color: #EFC47D;
 }
 .AnyTagClassName
 {
   color: #EFC47D;
 }
</style>
background-color css

<style>
 a { background-color: #EFC47D; }

 a { background-color: rgb(239,196,125); }

 div.DivClassName
 {
   background-color: #EFC47D;
 }
 .BgClassName
 {
   background-color: #EFC47D;
 }
</style>
border-color css

<style>
 span { border-color: #EFC47D; }

 span { border-color: rgb(239,196,125); }

 td.TdClassName
 {
   border-color: #EFC47D;
 }
 .TagClassName
 {
   border-color: #EFC47D;
 }
</style>