#EBD182

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

Shades of Marzipan #EBD182

Tints of Marzipan #EBD182

Color information

#EBD182 (or 0xEBD182) is unknown color: approx Marzipan. HEX triplet: EB, D1 and 82. RGB value is (235,209,130). Sum of RGB (Red+Green+Blue) = 235+209+130=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD182 is #142E7D. Grayscale: #D0D0D0. Windows color (decimal): -1322622 or 8573419. OLE color: 8573419.

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

Color convert

RGB235209130-
CMYK00.110.450.08
HSL45.14º72.41%71.57%-
HSV(B)45.14º44.68%92.16%-
XYZ61.0964.8730.42-
YUV207.7784.11147.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 209 (82.03% from 255) = 36.41%
BLUE value IS 130 (51.17% from 255) = 22.65%
R=40.94%
G=36.41%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520913000.110.450.0845.1472.4171.57
HexEBD1820B2D82d4848
Octal353321202013551055110110
Binary11101011110100011000001001011101101100010110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD182; }

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

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

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

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

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

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

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

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