#EFC385

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

Shades of Marzipan #EFC385

Tints of Marzipan #EFC385

Color information

#EFC385 (or 0xEFC385) is unknown color: approx Marzipan. HEX triplet: EF, C3 and 85. RGB value is (239,195,133). Sum of RGB (Red+Green+Blue) = 239+195+133=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC385 is #103C7A. Grayscale: #C9C9C9. Windows color (decimal): -1064059 or 8766447. OLE color: 8766447.

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

Color convert

RGB239195133-
CMYK00.180.440.06
HSL35.09º76.81%72.94%-
HSV(B)35.09º44.35%93.73%-
XYZ59.3559.0730.46-
YUV201.0989.58155.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 195 (76.56% from 255) = 34.39%
BLUE value IS 133 (52.34% from 255) = 23.46%
R=42.15%
G=34.39%
B=23.46%

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
Decimal23919513300.180.440.0635.0976.8172.94
HexEFC3850122C6234d49
Octal35730320502254643115111
Binary11101111110000111000010101001010110011010001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC385; }

 p { color: rgb(239,195,133); }

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

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

 a { background-color: rgb(239,195,133); }

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

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

 span { border-color: rgb(239,195,133); }

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