#EBCA89

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

Shades of Marzipan #EBCA89

Tints of Marzipan #EBCA89

Color information

#EBCA89 (or 0xEBCA89) is unknown color: approx Marzipan. HEX triplet: EB, CA and 89. RGB value is (235,202,137). Sum of RGB (Red+Green+Blue) = 235+202+137=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA89 is #143576. Grayscale: #CCCCCC. Windows color (decimal): -1324407 or 9030379. OLE color: 9030379.

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

Color convert

RGB235202137-
CMYK00.140.420.08
HSL39.8º71.01%72.94%-
HSV(B)39.8º41.7%92.16%-
XYZ59.961.7132.42-
YUV204.4689.93149.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 137 (53.91% from 255) = 23.87%
R=40.94%
G=35.19%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520213700.140.420.0839.871.0172.94
HexEBCA890E2A8284749
Octal353312211016521050107111
Binary11101011110010101000100101110101010100010100010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA89; }

 p { color: rgb(235,202,137); }

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

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

 a { background-color: rgb(235,202,137); }

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

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

 span { border-color: rgb(235,202,137); }

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