#EFC776

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

Shades of Marzipan #EFC776

Tints of Marzipan #EFC776

Color information

#EFC776 (or 0xEFC776) is unknown color: approx Marzipan. HEX triplet: EF, C7 and 76. RGB value is (239,199,118). Sum of RGB (Red+Green+Blue) = 239+199+118=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC776 is #103889. Grayscale: #CACACA. Windows color (decimal): -1063050 or 7784431. OLE color: 7784431.

HSL color Cylindrical-coordinate representation of color #EFC776: hue angle of 40.17º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFC776 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB239199118-
CMYK00.170.510.06
HSL40.17º79.08%70%-
HSV(B)40.17º50.63%93.73%-
XYZ59.2960.5125.69-
YUV201.7380.75154.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 118 (46.48% from 255) = 21.22%
R=42.99%
G=35.79%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919911800.170.510.0640.1779.0870
HexEFC776011336284f46
Octal35730716602163650117106
Binary1110111111000111111011001000111001111010100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC776; }

 p { color: rgb(239,199,118); }

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

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

 a { background-color: rgb(239,199,118); }

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

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

 span { border-color: rgb(239,199,118); }

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