#EFC176

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

Shades of Marzipan #EFC176

Tints of Marzipan #EFC176

Color information

#EFC176 (or 0xEFC176) is unknown color: approx Marzipan. HEX triplet: EF, C1 and 76. RGB value is (239,193,118). Sum of RGB (Red+Green+Blue) = 239+193+118=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC176 is #103E89. Grayscale: #C6C6C6. Windows color (decimal): -1064586 or 7782895. OLE color: 7782895.

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

Color convert

RGB239193118-
CMYK00.190.510.06
HSL37.19º79.08%70%-
HSV(B)37.19º50.63%93.73%-
XYZ57.9457.825.24-
YUV198.282.74157.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.45%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 118 (46.48% from 255) = 21.45%
R=43.45%
G=35.09%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919311800.190.510.0637.1979.0870
HexEFC176013336254f46
Octal35730116602363645117106
Binary1110111111000001111011001001111001111010010110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC176; }

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

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

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

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

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

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

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

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