#EBCB8D

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

Shades of Marzipan #EBCB8D

Tints of Marzipan #EBCB8D

Color information

#EBCB8D (or 0xEBCB8D) is unknown color: approx Marzipan. HEX triplet: EB, CB and 8D. RGB value is (235,203,141). Sum of RGB (Red+Green+Blue) = 235+203+141=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCB8D is #143472. Grayscale: #CDCDCD. Windows color (decimal): -1324147 or 9292779. OLE color: 9292779.

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

Color convert

RGB235203141-
CMYK00.140.40.08
HSL39.57º70.15%73.73%-
HSV(B)39.57º40%92.16%-
XYZ60.4262.334.04-
YUV205.591.6149.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 141 (55.47% from 255) = 24.35%
R=40.59%
G=35.06%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520314100.140.40.0839.5770.1573.73
HexEBCB8D0E28828464a
Octal353313215016501050106112
Binary11101011110010111000110101110101000100010100010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCB8D; }

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

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

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

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

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

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

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

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