#EBCC8C

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

Shades of Marzipan #EBCC8C

Tints of Marzipan #EBCC8C

Color information

#EBCC8C (or 0xEBCC8C) is unknown color: approx Marzipan. HEX triplet: EB, CC and 8C. RGB value is (235,204,140). Sum of RGB (Red+Green+Blue) = 235+204+140=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC8C is #143373. Grayscale: #CECECE. Windows color (decimal): -1323892 or 9227499. OLE color: 9227499.

HSL color Cylindrical-coordinate representation of color #EBCC8C: hue angle of 40.42º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBCC8C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB235204140-
CMYK00.130.400.08
HSL40.42º70.37%73.53%-
HSV(B)40.42º40.43%92.16%-
XYZ60.5962.7433.73-
YUV205.9790.77148.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 140 (55.08% from 255) = 24.18%
R=40.59%
G=35.23%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520414000.130.400.0840.4270.3773.53
HexEBCC8C0D28828464a
Octal353314214015501050106112
Binary11101011110011001000110001101101000100010100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC8C; }

 p { color: rgb(235,204,140); }

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

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

 a { background-color: rgb(235,204,140); }

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

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

 span { border-color: rgb(235,204,140); }

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