#efce7f

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

Shades of Marzipan #EFCE7F

Tints of Marzipan #EFCE7F

Color information

#EFCE7F (or 0xEFCE7F) is unknown color: approx Marzipan. HEX triplet: EF, CE and 7F. RGB value is (239,206,127). Sum of RGB (Red+Green+Blue) = 239+206+127=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 127 (50% from 255 or 22.20% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE7F is #103180. Grayscale: #CFCFCF. Windows color (decimal): -1061249 or 8376047. OLE color: 8376047.

HSL color Cylindrical-coordinate representation of color #EFCE7F: hue angle of 42.32º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFCE7F is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB239206127-
CMYK00.140.470.06
HSL42.32º77.78%71.76%-
HSV(B)42.32º46.86%93.73%-
XYZ61.564.0329.2-
YUV206.8682.93150.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 127 (50% from 255) = 22.20%
R=41.78%
G=36.01%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920612700.140.470.0642.3277.7871.76
HexEFCE7F0E2F62a4e48
Octal35731617701657652116110
Binary111011111100111011111110111010111111010101010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efce7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efce7f; }

 p { color: rgb(239,206,127); }

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

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

 a { background-color: rgb(239,206,127); }

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

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

 span { border-color: rgb(239,206,127); }

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