#EBC585

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

Shades of Marzipan #EBC585

Tints of Marzipan #EBC585

Color information

#EBC585 (or 0xEBC585) is unknown color: approx Marzipan. HEX triplet: EB, C5 and 85. RGB value is (235,197,133). Sum of RGB (Red+Green+Blue) = 235+197+133=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC585 is #143A7A. Grayscale: #C9C9C9. Windows color (decimal): -1325691 or 8766955. OLE color: 8766955.

HSL color Cylindrical-coordinate representation of color #EBC585: hue angle of 37.65º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBC585 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235197133-
CMYK00.160.430.08
HSL37.65º71.83%72.16%-
HSV(B)37.65º43.4%92.16%-
XYZ58.4659.2930.55-
YUV201.0789.59152.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 197 (77.34% from 255) = 34.87%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=41.59%
G=34.87%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519713300.160.430.0837.6571.8372.16
HexEBC5850102B8264848
Octal353305205020531046110110
Binary111010111100010110000101010000101011100010011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC585; }

 p { color: rgb(235,197,133); }

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

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

 a { background-color: rgb(235,197,133); }

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

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

 span { border-color: rgb(235,197,133); }

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