#EBD180

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

Shades of Marzipan #EBD180

Tints of Marzipan #EBD180

Color information

#EBD180 (or 0xEBD180) is unknown color: approx Marzipan. HEX triplet: EB, D1 and 80. RGB value is (235,209,128). Sum of RGB (Red+Green+Blue) = 235+209+128=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD180 is #142E7F. Grayscale: #CFCFCF. Windows color (decimal): -1322624 or 8442347. OLE color: 8442347.

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

Color convert

RGB235209128-
CMYK00.110.460.08
HSL45.42º72.79%71.18%-
HSV(B)45.42º45.53%92.16%-
XYZ60.9664.8229.72-
YUV207.5483.11147.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 209 (82.03% from 255) = 36.54%
BLUE value IS 128 (50.39% from 255) = 22.38%
R=41.08%
G=36.54%
B=22.38%

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
Decimal23520912800.110.460.0845.4272.7971.18
HexEBD1800B2E82d4947
Octal353321200013561055111107
Binary11101011110100011000000001011101110100010110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD180; }

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

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

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

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

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

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

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

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