#EBD288

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

Shades of Marzipan #EBD288

Tints of Marzipan #EBD288

Color information

#EBD288 (or 0xEBD288) is unknown color: approx Marzipan. HEX triplet: EB, D2 and 88. RGB value is (235,210,136). Sum of RGB (Red+Green+Blue) = 235+210+136=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD288 is #142D77. Grayscale: #D1D1D1. Windows color (decimal): -1322360 or 8966891. OLE color: 8966891.

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

Color convert

RGB235210136-
CMYK00.110.420.08
HSL44.85º71.22%72.75%-
HSV(B)44.85º42.13%92.16%-
XYZ61.7565.5332.69-
YUV209.0486.78146.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 136 (53.52% from 255) = 23.41%
R=40.45%
G=36.14%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521013600.110.420.0844.8571.2272.75
HexEBD2880B2A82d4749
Octal353322210013521055107111
Binary11101011110100101000100001011101010100010110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD288; }

 p { color: rgb(235,210,136); }

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

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

 a { background-color: rgb(235,210,136); }

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

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

 span { border-color: rgb(235,210,136); }

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