#EBD080

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

Shades of Marzipan #EBD080

Tints of Marzipan #EBD080

Color information

#EBD080 (or 0xEBD080) is unknown color: approx Marzipan. HEX triplet: EB, D0 and 80. RGB value is (235,208,128). Sum of RGB (Red+Green+Blue) = 235+208+128=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD080 is #142F7F. Grayscale: #CFCFCF. Windows color (decimal): -1322880 or 8442091. OLE color: 8442091.

HSL color Cylindrical-coordinate representation of color #EBD080: hue angle of 44.86º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBD080 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB235208128-
CMYK00.110.460.08
HSL44.86º72.79%71.18%-
HSV(B)44.86º45.53%92.16%-
XYZ60.7164.3329.64-
YUV206.9583.45148-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=41.16%
G=36.43%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520812800.110.460.0844.8672.7971.18
HexEBD0800B2E82d4947
Octal353320200013561055111107
Binary11101011110100001000000001011101110100010110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD080; }

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

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

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

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

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

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

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

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