#EFC57D

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

Shades of Marzipan #EFC57D

Tints of Marzipan #EFC57D

Color information

#EFC57D (or 0xEFC57D) is unknown color: approx Marzipan. HEX triplet: EF, C5 and 7D. RGB value is (239,197,125). Sum of RGB (Red+Green+Blue) = 239+197+125=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC57D is #103A82. Grayscale: #C9C9C9. Windows color (decimal): -1063555 or 8242671. OLE color: 8242671.

HSL color Cylindrical-coordinate representation of color #EFC57D: hue angle of 37.89º 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 #EFC57D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239197125-
CMYK00.180.480.06
HSL37.89º78.08%71.37%-
HSV(B)37.89º47.7%93.73%-
XYZ59.2659.7627.81-
YUV201.3584.91154.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 125 (49.22% from 255) = 22.28%
R=42.60%
G=35.12%
B=22.28%

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
Decimal23919712500.180.480.0637.8978.0871.37
HexEFC57D012306264e47
Octal35730517502260646116107
Binary1110111111000101111110101001011000011010011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC57D; }

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

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

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

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

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

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

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

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