#EBC582

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

Shades of Marzipan #EBC582

Tints of Marzipan #EBC582

Color information

#EBC582 (or 0xEBC582) is unknown color: approx Marzipan. HEX triplet: EB, C5 and 82. RGB value is (235,197,130). Sum of RGB (Red+Green+Blue) = 235+197+130=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC582 is #143A7D. Grayscale: #C9C9C9. Windows color (decimal): -1325694 or 8570347. OLE color: 8570347.

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

Color convert

RGB235197130-
CMYK00.160.450.08
HSL38.29º72.41%71.57%-
HSV(B)38.29º44.68%92.16%-
XYZ58.2659.2129.48-
YUV200.7288.09152.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 130 (51.17% from 255) = 23.13%
R=41.81%
G=35.05%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519713000.160.450.0838.2972.4171.57
HexEBC5820102D8264848
Octal353305202020551046110110
Binary111010111100010110000010010000101101100010011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC582; }

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

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

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

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

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

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

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

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