#EFC779

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

Shades of Marzipan #EFC779

Tints of Marzipan #EFC779

Color information

#EFC779 (or 0xEFC779) is unknown color: approx Marzipan. HEX triplet: EF, C7 and 79. RGB value is (239,199,121). Sum of RGB (Red+Green+Blue) = 239+199+121=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 121 (47.66% from 255 or 21.65% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC779 is #103886. Grayscale: #CACACA. Windows color (decimal): -1063047 or 7981039. OLE color: 7981039.

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

Color convert

RGB239199121-
CMYK00.170.490.06
HSL39.66º78.67%70.59%-
HSV(B)39.66º49.37%93.73%-
XYZ59.4760.5826.65-
YUV202.0782.25154.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 121 (47.66% from 255) = 21.65%
R=42.75%
G=35.60%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919912100.170.490.0639.6678.6770.59
HexEFC779011316284f47
Octal35730717102161650117107
Binary1110111111000111111100101000111000111010100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC779; }

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

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

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

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

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

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

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

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