#EFC486

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

Shades of Marzipan #EFC486

Tints of Marzipan #EFC486

Color information

#EFC486 (or 0xEFC486) is unknown color: approx Marzipan. HEX triplet: EF, C4 and 86. RGB value is (239,196,134). Sum of RGB (Red+Green+Blue) = 239+196+134=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 196 (76.95% from 255 or 34.45% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC486 is #103B79. Grayscale: #CACACA. Windows color (decimal): -1063802 or 8832239. OLE color: 8832239.

HSL color Cylindrical-coordinate representation of color #EFC486: hue angle of 35.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC486 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239196134-
CMYK00.180.440.06
HSL35.43º76.64%73.14%-
HSV(B)35.43º43.93%93.73%-
XYZ59.6459.5530.91-
YUV201.7989.75154.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 196 (76.95% from 255) = 34.45%
BLUE value IS 134 (52.73% from 255) = 23.55%
R=42.00%
G=34.45%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919613400.180.440.0635.4376.6473.14
HexEFC4860122C6234d49
Octal35730420602254643115111
Binary11101111110001001000011001001010110011010001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC486; }

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

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

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

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

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

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

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

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