#EBC576

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

Shades of Marzipan #EBC576

Tints of Marzipan #EBC576

Color information

#EBC576 (or 0xEBC576) is unknown color: approx Marzipan. HEX triplet: EB, C5 and 76. RGB value is (235,197,118). Sum of RGB (Red+Green+Blue) = 235+197+118=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 118 (46.48% from 255 or 21.45% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC576 is #143A89. Grayscale: #C7C7C7. Windows color (decimal): -1325706 or 7783915. OLE color: 7783915.

HSL color Cylindrical-coordinate representation of color #EBC576: hue angle of 40.51º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBC576 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB235197118-
CMYK00.160.500.08
HSL40.51º74.52%69.22%-
HSV(B)40.51º49.79%92.16%-
XYZ57.558.925.48-
YUV199.3682.09153.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 118 (46.48% from 255) = 21.45%
R=42.73%
G=35.82%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519711800.160.500.0840.5174.5269.22
HexEBC576010328294b45
Octal353305166020621051113105
Binary11101011110001011110110010000110010100010100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC576; }

 p { color: rgb(235,197,118); }

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

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

 a { background-color: rgb(235,197,118); }

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

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

 span { border-color: rgb(235,197,118); }

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