#E7C978

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

Shades of Marzipan #E7C978

Tints of Marzipan #E7C978

Color information

#E7C978 (or 0xE7C978) is unknown color: approx Marzipan. HEX triplet: E7, C9 and 78. RGB value is (231,201,120). Sum of RGB (Red+Green+Blue) = 231+201+120=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C978 is #183687. Grayscale: #C9C9C9. Windows color (decimal): -1586824 or 7916007. OLE color: 7916007.

HSL color Cylindrical-coordinate representation of color #E7C978: hue angle of 43.78º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E7C978 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB231201120-
CMYK00.130.480.09
HSL43.78º69.81%68.82%-
HSV(B)43.78º48.05%90.59%-
XYZ57.2360.1226.36-
YUV200.7482.44149.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 201 (78.91% from 255) = 36.41%
BLUE value IS 120 (47.27% from 255) = 21.74%
R=41.85%
G=36.41%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120112000.130.480.0943.7869.8168.82
HexE7C9780D3092c4645
Octal347311170015601154106105
Binary1110011111001001111100001101110000100110110010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C978; }

 p { color: rgb(231,201,120); }

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

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

 a { background-color: rgb(231,201,120); }

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

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

 span { border-color: rgb(231,201,120); }

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