#EBC676

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

Shades of Marzipan #EBC676

Tints of Marzipan #EBC676

Color information

#EBC676 (or 0xEBC676) is unknown color: approx Marzipan. HEX triplet: EB, C6 and 76. RGB value is (235,198,118). Sum of RGB (Red+Green+Blue) = 235+198+118=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC676 is #143989. Grayscale: #C8C8C8. Windows color (decimal): -1325450 or 7784171. OLE color: 7784171.

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

Color convert

RGB235198118-
CMYK00.160.500.08
HSL41.03º74.52%69.22%-
HSV(B)41.03º49.79%92.16%-
XYZ57.7359.3625.55-
YUV199.9481.76153-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 118 (46.48% from 255) = 21.42%
R=42.65%
G=35.93%
B=21.42%

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
Decimal23519811800.160.500.0841.0374.5269.22
HexEBC676010328294b45
Octal353306166020621051113105
Binary11101011110001101110110010000110010100010100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC676; }

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

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

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

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

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

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

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

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