#EFC476

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

Shades of Marzipan #EFC476

Tints of Marzipan #EFC476

Color information

#EFC476 (or 0xEFC476) is unknown color: approx Marzipan. HEX triplet: EF, C4 and 76. RGB value is (239,196,118). Sum of RGB (Red+Green+Blue) = 239+196+118=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC476 is #103B89. Grayscale: #C8C8C8. Windows color (decimal): -1063818 or 7783663. OLE color: 7783663.

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

Color convert

RGB239196118-
CMYK00.180.510.06
HSL38.68º79.08%70%-
HSV(B)38.68º50.63%93.73%-
XYZ58.6159.1425.47-
YUV199.9681.75155.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 118 (46.48% from 255) = 21.34%
R=43.22%
G=35.44%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919611800.180.510.0638.6879.0870
HexEFC476012336274f46
Octal35730416602263647117106
Binary1110111111000100111011001001011001111010011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC476; }

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

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

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

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

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

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

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

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