#ebc178

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

Shades of Marzipan #EBC178

Tints of Marzipan #EBC178

Color information

#EBC178 (or 0xEBC178) is unknown color: approx Marzipan. HEX triplet: EB, C1 and 78. RGB value is (235,193,120). Sum of RGB (Red+Green+Blue) = 235+193+120=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC178 is #143E87. Grayscale: #C5C5C5. Windows color (decimal): -1326728 or 7913963. OLE color: 7913963.

HSL color Cylindrical-coordinate representation of color #EBC178: hue angle of 38.09º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBC178 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235193120-
CMYK00.180.490.08
HSL38.09º74.19%69.61%-
HSV(B)38.09º48.94%92.16%-
XYZ56.7257.1625.81-
YUV197.2484.41154.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 120 (47.27% from 255) = 21.90%
R=42.88%
G=35.22%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519312000.180.490.0838.0974.1969.61
HexEBC178012318264a46
Octal353301170022611046112106
Binary11101011110000011111000010010110001100010011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebc178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebc178; }

 p { color: rgb(235,193,120); }

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

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

 a { background-color: rgb(235,193,120); }

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

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

 span { border-color: rgb(235,193,120); }

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