#EBC779

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

Shades of Marzipan #EBC779

Tints of Marzipan #EBC779

Color information

#EBC779 (or 0xEBC779) is unknown color: approx Marzipan. HEX triplet: EB, C7 and 79. RGB value is (235,199,121). Sum of RGB (Red+Green+Blue) = 235+199+121=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 121 (47.66% from 255 or 21.80% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC779 is #143886. Grayscale: #C9C9C9. Windows color (decimal): -1325191 or 7981035. OLE color: 7981035.

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

Color convert

RGB235199121-
CMYK00.150.490.08
HSL41.05º74.03%69.8%-
HSV(B)41.05º48.51%92.16%-
XYZ58.1459.8926.58-
YUV200.8782.93152.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 199 (78.12% from 255) = 35.86%
BLUE value IS 121 (47.66% from 255) = 21.80%
R=42.34%
G=35.86%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519912100.150.490.0841.0574.0369.8
HexEBC7790F318294a46
Octal353307171017611051112106
Binary1110101111000111111100101111110001100010100110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC779; }

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

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

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

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

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

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

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

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