#EBD18B

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

Shades of Marzipan #EBD18B

Tints of Marzipan #EBD18B

Color information

#EBD18B (or 0xEBD18B) is unknown color: approx Marzipan. HEX triplet: EB, D1 and 8B. RGB value is (235,209,139). Sum of RGB (Red+Green+Blue) = 235+209+139=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD18B is #142E74. Grayscale: #D1D1D1. Windows color (decimal): -1322613 or 9163243. OLE color: 9163243.

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

Color convert

RGB235209139-
CMYK00.110.410.08
HSL43.75º70.59%73.33%-
HSV(B)43.75º40.85%92.16%-
XYZ61.7265.1333.74-
YUV208.7988.61146.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 209 (82.03% from 255) = 35.85%
BLUE value IS 139 (54.69% from 255) = 23.84%
R=40.31%
G=35.85%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520913900.110.410.0843.7570.5973.33
HexEBD18B0B2982c4749
Octal353321213013511054107111
Binary11101011110100011000101101011101001100010110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD18B; }

 p { color: rgb(235,209,139); }

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

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

 a { background-color: rgb(235,209,139); }

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

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

 span { border-color: rgb(235,209,139); }

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