#EFC88C

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

Shades of Marzipan #EFC88C

Tints of Marzipan #EFC88C

Color information

#EFC88C (or 0xEFC88C) is unknown color: approx Marzipan. HEX triplet: EF, C8 and 8C. RGB value is (239,200,140). Sum of RGB (Red+Green+Blue) = 239+200+140=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC88C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC88C is #103773. Grayscale: #CDCDCD. Windows color (decimal): -1062772 or 9226479. OLE color: 9226479.

HSL color Cylindrical-coordinate representation of color #EFC88C: hue angle of 36.36º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC88C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239200140-
CMYK00.160.410.06
HSL36.36º75.57%74.31%-
HSV(B)36.36º41.42%93.73%-
XYZ60.9861.5533.48-
YUV204.8291.42152.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 140 (55.08% from 255) = 24.18%
R=41.28%
G=34.54%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920014000.160.410.0636.3675.5774.31
HexEFC88C010296244c4a
Octal35731021402051644114112
Binary11101111110010001000110001000010100111010010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC88C; }

 p { color: rgb(239,200,140); }

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

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

 a { background-color: rgb(239,200,140); }

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

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

 span { border-color: rgb(239,200,140); }

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