#EBC88A

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

Shades of Marzipan #EBC88A

Tints of Marzipan #EBC88A

Color information

#EBC88A (or 0xEBC88A) is unknown color: approx Marzipan. HEX triplet: EB, C8 and 8A. RGB value is (235,200,138). Sum of RGB (Red+Green+Blue) = 235+200+138=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC88A is #143775. Grayscale: #CBCBCB. Windows color (decimal): -1324918 or 9095403. OLE color: 9095403.

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

Color convert

RGB235200138-
CMYK00.150.410.08
HSL38.35º70.8%73.14%-
HSV(B)38.35º41.28%92.16%-
XYZ59.560.8132.65-
YUV203.491.1150.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 138 (54.30% from 255) = 24.08%
R=41.01%
G=34.90%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520013800.150.410.0838.3570.873.14
HexEBC88A0F298264749
Octal353310212017511046107111
Binary11101011110010001000101001111101001100010011010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC88A; }

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

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

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

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

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

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

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

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