#E5C97D

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

Shades of Marzipan #E5C97D

Tints of Marzipan #E5C97D

Color information

#E5C97D (or 0xE5C97D) is unknown color: approx Marzipan. HEX triplet: E5, C9 and 7D. RGB value is (229,201,125). Sum of RGB (Red+Green+Blue) = 229+201+125=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C97D is #1A3682. Grayscale: #C9C9C9. Windows color (decimal): -1717891 or 8243685. OLE color: 8243685.

HSL color Cylindrical-coordinate representation of color #E5C97D: hue angle of 43.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5C97D is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB229201125-
CMYK00.120.450.10
HSL43.85º66.67%69.41%-
HSV(B)43.85º45.41%89.8%-
XYZ56.959.9127.97-
YUV200.7185.28148.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=41.26%
G=36.22%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920112500.120.450.1043.8566.6769.41
HexE5C97D0C2DA2c4345
Octal345311175014551254103105
Binary1110010111001001111110101100101101101010110010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C97D; }

 p { color: rgb(229,201,125); }

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

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

 a { background-color: rgb(229,201,125); }

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

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

 span { border-color: rgb(229,201,125); }

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