#efc977

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

Shades of Marzipan #EFC977

Tints of Marzipan #EFC977

Color information

#EFC977 (or 0xEFC977) is unknown color: approx Marzipan. HEX triplet: EF, C9 and 77. RGB value is (239,201,119). Sum of RGB (Red+Green+Blue) = 239+201+119=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC977 is #103688. Grayscale: #CBCBCB. Windows color (decimal): -1062537 or 7850479. OLE color: 7850479.

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

Color convert

RGB239201119-
CMYK00.160.500.06
HSL41º78.95%70.2%-
HSV(B)41º50.21%93.73%-
XYZ59.8161.4626.16-
YUV203.0180.59153.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 201 (78.91% from 255) = 35.96%
BLUE value IS 119 (46.88% from 255) = 21.29%
R=42.75%
G=35.96%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920111900.160.500.064178.9570.2
HexEFC977010326294f46
Octal35731116702062651117106
Binary1110111111001001111011101000011001011010100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc977; }

 p { color: rgb(239,201,119); }

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

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

 a { background-color: rgb(239,201,119); }

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

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

 span { border-color: rgb(239,201,119); }

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