#EBD082

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

Shades of Marzipan #EBD082

Tints of Marzipan #EBD082

Color information

#EBD082 (or 0xEBD082) is unknown color: approx Marzipan. HEX triplet: EB, D0 and 82. RGB value is (235,208,130). Sum of RGB (Red+Green+Blue) = 235+208+130=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD082 is #142F7D. Grayscale: #CFCFCF. Windows color (decimal): -1322878 or 8573163. OLE color: 8573163.

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

Color convert

RGB235208130-
CMYK00.110.450.08
HSL44.57º72.41%71.57%-
HSV(B)44.57º44.68%92.16%-
XYZ60.8564.3930.34-
YUV207.1884.45147.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 130 (51.17% from 255) = 22.69%
R=41.01%
G=36.30%
B=22.69%

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
Decimal23520813000.110.450.0844.5772.4171.57
HexEBD0820B2D82d4848
Octal353320202013551055110110
Binary11101011110100001000001001011101101100010110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD082; }

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

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

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

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

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

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

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

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