#EBC987

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

Shades of Marzipan #EBC987

Tints of Marzipan #EBC987

Color information

#EBC987 (or 0xEBC987) is unknown color: approx Marzipan. HEX triplet: EB, C9 and 87. RGB value is (235,201,135). Sum of RGB (Red+Green+Blue) = 235+201+135=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC987 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC987 is #143678. Grayscale: #CBCBCB. Windows color (decimal): -1324665 or 8899051. OLE color: 8899051.

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

Color convert

RGB235201135-
CMYK00.140.430.08
HSL39.6º71.43%72.55%-
HSV(B)39.6º42.55%92.16%-
XYZ59.5261.1831.59-
YUV203.6489.26150.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.16%
GREEN value IS 201 (78.91% from 255) = 35.20%
BLUE value IS 135 (53.12% from 255) = 23.64%
R=41.16%
G=35.20%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520113500.140.430.0839.671.4372.55
HexEBC9870E2B8284749
Octal353311207016531050107111
Binary11101011110010011000011101110101011100010100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC987; }

 p { color: rgb(235,201,135); }

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

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

 a { background-color: rgb(235,201,135); }

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

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

 span { border-color: rgb(235,201,135); }

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