#EBD18A

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

Shades of Marzipan #EBD18A

Tints of Marzipan #EBD18A

Color information

#EBD18A (or 0xEBD18A) is unknown color: approx Marzipan. HEX triplet: EB, D1 and 8A. RGB value is (235,209,138). Sum of RGB (Red+Green+Blue) = 235+209+138=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD18A is #142E75. Grayscale: #D0D0D0. Windows color (decimal): -1322614 or 9097707. OLE color: 9097707.

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

Color convert

RGB235209138-
CMYK00.110.410.08
HSL43.92º70.8%73.14%-
HSV(B)43.92º41.28%92.16%-
XYZ61.6565.133.36-
YUV208.6888.11146.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 209 (82.03% from 255) = 35.91%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=40.38%
G=35.91%
B=23.71%

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
Decimal23520913800.110.410.0843.9270.873.14
HexEBD18A0B2982c4749
Octal353321212013511054107111
Binary11101011110100011000101001011101001100010110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD18A; }

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

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

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

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

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

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

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

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