#ebd085

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

Shades of Marzipan #EBD085

Tints of Marzipan #EBD085

Color information

#EBD085 (or 0xEBD085) is unknown color: approx Marzipan. HEX triplet: EB, D0 and 85. RGB value is (235,208,133). Sum of RGB (Red+Green+Blue) = 235+208+133=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD085 is #142F7A. Grayscale: #CFCFCF. Windows color (decimal): -1322875 or 8769771. OLE color: 8769771.

HSL color Cylindrical-coordinate representation of color #EBD085: hue angle of 44.12º 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 #EBD085 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235208133-
CMYK00.110.430.08
HSL44.12º71.83%72.16%-
HSV(B)44.12º43.4%92.16%-
XYZ61.0564.4731.42-
YUV207.5285.95147.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 133 (52.34% from 255) = 23.09%
R=40.80%
G=36.11%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520813300.110.430.0844.1271.8372.16
HexEBD0850B2B82c4848
Octal353320205013531054110110
Binary11101011110100001000010101011101011100010110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebd085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebd085; }

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

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

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

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

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

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

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

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