#EBC27C

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

Shades of Marzipan #EBC27C

Tints of Marzipan #EBC27C

Color information

#EBC27C (or 0xEBC27C) is unknown color: approx Marzipan. HEX triplet: EB, C2 and 7C. RGB value is (235,194,124). Sum of RGB (Red+Green+Blue) = 235+194+124=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC27C is #143D83. Grayscale: #C6C6C6. Windows color (decimal): -1326468 or 8176363. OLE color: 8176363.

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

Color convert

RGB235194124-
CMYK00.170.470.08
HSL37.84º73.51%70.39%-
HSV(B)37.84º47.23%92.16%-
XYZ57.1957.727.19-
YUV198.2886.08154.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 194 (76.17% from 255) = 35.08%
BLUE value IS 124 (48.83% from 255) = 22.42%
R=42.50%
G=35.08%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519412400.170.470.0837.8473.5170.39
HexEBC27C0112F8264a46
Octal353302174021571046112106
Binary11101011110000101111100010001101111100010011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC27C; }

 p { color: rgb(235,194,124); }

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

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

 a { background-color: rgb(235,194,124); }

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

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

 span { border-color: rgb(235,194,124); }

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