#EBCE8A

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

Shades of Marzipan #EBCE8A

Tints of Marzipan #EBCE8A

Color information

#EBCE8A (or 0xEBCE8A) is unknown color: approx Marzipan. HEX triplet: EB, CE and 8A. RGB value is (235,206,138). Sum of RGB (Red+Green+Blue) = 235+206+138=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCE8A is #143175. Grayscale: #CFCFCF. Windows color (decimal): -1323382 or 9096939. OLE color: 9096939.

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

Color convert

RGB235206138-
CMYK00.120.410.08
HSL42.06º70.8%73.14%-
HSV(B)42.06º41.28%92.16%-
XYZ60.9263.6433.12-
YUV206.9289.11148.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 138 (54.30% from 255) = 23.83%
R=40.59%
G=35.58%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520613800.120.410.0842.0670.873.14
HexEBCE8A0C2982a4749
Octal353316212014511052107111
Binary11101011110011101000101001100101001100010101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCE8A; }

 p { color: rgb(235,206,138); }

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

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

 a { background-color: rgb(235,206,138); }

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

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

 span { border-color: rgb(235,206,138); }

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