#EBC881

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

Shades of Marzipan #EBC881

Tints of Marzipan #EBC881

Color information

#EBC881 (or 0xEBC881) is unknown color: approx Marzipan. HEX triplet: EB, C8 and 81. RGB value is (235,200,129). Sum of RGB (Red+Green+Blue) = 235+200+129=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC881 is #14377E. Grayscale: #CACACA. Windows color (decimal): -1324927 or 8505579. OLE color: 8505579.

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

Color convert

RGB235200129-
CMYK00.150.450.08
HSL40.19º72.6%71.37%-
HSV(B)40.19º45.11%92.16%-
XYZ58.8860.5629.35-
YUV202.3786.6151.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 129 (50.78% from 255) = 22.87%
R=41.67%
G=35.46%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520012900.150.450.0840.1972.671.37
HexEBC8810F2D8284947
Octal353310201017551050111107
Binary11101011110010001000000101111101101100010100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC881; }

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

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

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

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

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

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

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

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