#EBCD79

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

Shades of Marzipan #EBCD79

Tints of Marzipan #EBCD79

Color information

#EBCD79 (or 0xEBCD79) is unknown color: approx Marzipan. HEX triplet: EB, CD and 79. RGB value is (235,205,121). Sum of RGB (Red+Green+Blue) = 235+205+121=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 121 (47.66% from 255 or 21.57% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD79 is #143286. Grayscale: #CCCCCC. Windows color (decimal): -1323655 or 7982571. OLE color: 7982571.

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

Color convert

RGB235205121-
CMYK00.130.490.08
HSL44.21º74.03%69.8%-
HSV(B)44.21º48.51%92.16%-
XYZ59.5462.7127.05-
YUV204.3980.94149.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 121 (47.66% from 255) = 21.57%
R=41.89%
G=36.54%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520512100.130.490.0844.2174.0369.8
HexEBCD790D3182c4a46
Octal353315171015611054112106
Binary1110101111001101111100101101110001100010110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD79; }

 p { color: rgb(235,205,121); }

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

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

 a { background-color: rgb(235,205,121); }

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

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

 span { border-color: rgb(235,205,121); }

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