#efca7d

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

Shades of Marzipan #EFCA7D

Tints of Marzipan #EFCA7D

Color information

#EFCA7D (or 0xEFCA7D) is unknown color: approx Marzipan. HEX triplet: EF, CA and 7D. RGB value is (239,202,125). Sum of RGB (Red+Green+Blue) = 239+202+125=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA7D is #103582. Grayscale: #CCCCCC. Windows color (decimal): -1062275 or 8243951. OLE color: 8243951.

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

Color convert

RGB239202125-
CMYK00.150.480.06
HSL40.53º78.08%71.37%-
HSV(B)40.53º47.7%93.73%-
XYZ60.4262.0728.2-
YUV204.2883.26152.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.23%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 125 (49.22% from 255) = 22.08%
R=42.23%
G=35.69%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920212500.150.480.0640.5378.0871.37
HexEFCA7D0F306294e47
Octal35731217501760651116107
Binary111011111100101011111010111111000011010100110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efca7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efca7d; }

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

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

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

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

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

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

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

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