#EBC684

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

Shades of Marzipan #EBC684

Tints of Marzipan #EBC684

Color information

#EBC684 (or 0xEBC684) is unknown color: approx Marzipan. HEX triplet: EB, C6 and 84. RGB value is (235,198,132). Sum of RGB (Red+Green+Blue) = 235+198+132=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC684 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC684 is #14397B. Grayscale: #C9C9C9. Windows color (decimal): -1325436 or 8701675. OLE color: 8701675.

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

Color convert

RGB235198132-
CMYK00.160.440.08
HSL38.45º72.03%71.96%-
HSV(B)38.45º43.83%92.16%-
XYZ58.6259.7230.27-
YUV201.5488.76151.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 198 (77.73% from 255) = 35.04%
BLUE value IS 132 (51.95% from 255) = 23.36%
R=41.59%
G=35.04%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519813200.160.440.0838.4572.0371.96
HexEBC6840102C8264848
Octal353306204020541046110110
Binary111010111100011010000100010000101100100010011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC684; }

 p { color: rgb(235,198,132); }

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

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

 a { background-color: rgb(235,198,132); }

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

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

 span { border-color: rgb(235,198,132); }

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