#EBC581

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

Shades of Marzipan #EBC581

Tints of Marzipan #EBC581

Color information

#EBC581 (or 0xEBC581) is unknown color: approx Marzipan. HEX triplet: EB, C5 and 81. RGB value is (235,197,129). Sum of RGB (Red+Green+Blue) = 235+197+129=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 129 (50.78% from 255 or 22.99% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC581 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC581 is #143A7E. Grayscale: #C8C8C8. Windows color (decimal): -1325695 or 8504811. OLE color: 8504811.

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

Color convert

RGB235197129-
CMYK00.160.450.08
HSL38.49º72.6%71.37%-
HSV(B)38.49º45.11%92.16%-
XYZ58.1959.1829.12-
YUV200.6187.59152.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 197 (77.34% from 255) = 35.12%
BLUE value IS 129 (50.78% from 255) = 22.99%
R=41.89%
G=35.12%
B=22.99%

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
Decimal23519712900.160.450.0838.4972.671.37
HexEBC5810102D8264947
Octal353305201020551046111107
Binary111010111100010110000001010000101101100010011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC581; }

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

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

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

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

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

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

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

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