#EFC878

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

Shades of Marzipan #EFC878

Tints of Marzipan #EFC878

Color information

#EFC878 (or 0xEFC878) is unknown color: approx Marzipan. HEX triplet: EF, C8 and 78. RGB value is (239,200,120). Sum of RGB (Red+Green+Blue) = 239+200+120=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC878 is #103787. Grayscale: #CACACA. Windows color (decimal): -1062792 or 7915759. OLE color: 7915759.

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

Color convert

RGB239200120-
CMYK00.160.500.06
HSL40.34º78.81%70.39%-
HSV(B)40.34º49.79%93.73%-
XYZ59.6461.0226.4-
YUV202.5481.42154-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 200 (78.52% from 255) = 35.78%
BLUE value IS 120 (47.27% from 255) = 21.47%
R=42.75%
G=35.78%
B=21.47%

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
Decimal23920012000.160.500.0640.3478.8170.39
HexEFC878010326284f46
Octal35731017002062650117106
Binary1110111111001000111100001000011001011010100010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC878; }

 p { color: rgb(239,200,120); }

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

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

 a { background-color: rgb(239,200,120); }

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

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

 span { border-color: rgb(239,200,120); }

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