#EBC574

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

Shades of Marzipan #EBC574

Tints of Marzipan #EBC574

Color information

#EBC574 (or 0xEBC574) is unknown color: approx Marzipan. HEX triplet: EB, C5 and 74. RGB value is (235,197,116). Sum of RGB (Red+Green+Blue) = 235+197+116=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC574 is #143A8B. Grayscale: #C7C7C7. Windows color (decimal): -1325708 or 7652843. OLE color: 7652843.

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

Color convert

RGB235197116-
CMYK00.160.510.08
HSL40.84º74.84%68.82%-
HSV(B)40.84º50.64%92.16%-
XYZ57.3858.8624.86-
YUV199.1381.09153.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 116 (45.70% from 255) = 21.17%
R=42.88%
G=35.95%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519711600.160.510.0840.8474.8468.82
HexEBC574010338294b45
Octal353305164020631051113105
Binary11101011110001011110100010000110011100010100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC574; }

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

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

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

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

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

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

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

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