#EBCC8D

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

Shades of Marzipan #EBCC8D

Tints of Marzipan #EBCC8D

Color information

#EBCC8D (or 0xEBCC8D) is unknown color: approx Marzipan. HEX triplet: EB, CC and 8D. RGB value is (235,204,141). Sum of RGB (Red+Green+Blue) = 235+204+141=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC8D is #143372. Grayscale: #CECECE. Windows color (decimal): -1323891 or 9293035. OLE color: 9293035.

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

Color convert

RGB235204141-
CMYK00.130.40.08
HSL40.21º70.15%73.73%-
HSV(B)40.21º40%92.16%-
XYZ60.6662.7734.12-
YUV206.0991.27148.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=40.52%
G=35.17%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520414100.130.40.0840.2170.1573.73
HexEBCC8D0D28828464a
Octal353314215015501050106112
Binary11101011110011001000110101101101000100010100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCC8D; }

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

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

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

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

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

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

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

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