#EEC97D

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

Shades of Marzipan #EEC97D

Tints of Marzipan #EEC97D

Color information

#EEC97D (or 0xEEC97D) is unknown color: approx Marzipan. HEX triplet: EE, C9 and 7D. RGB value is (238,201,125). Sum of RGB (Red+Green+Blue) = 238+201+125=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC97D is #113682. Grayscale: #CBCBCB. Windows color (decimal): -1128067 or 8243694. OLE color: 8243694.

HSL color Cylindrical-coordinate representation of color #EEC97D: hue angle of 40.35º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEC97D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238201125-
CMYK00.160.470.07
HSL40.35º76.87%71.18%-
HSV(B)40.35º47.48%93.33%-
XYZ59.8561.4328.11-
YUV203.483.76152.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.20%
GREEN value IS 201 (78.91% from 255) = 35.64%
BLUE value IS 125 (49.22% from 255) = 22.16%
R=42.20%
G=35.64%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820112500.160.470.0740.3576.8771.18
HexEEC97D0102F7284d47
Octal35631117502057750115107
Binary1110111011001001111110101000010111111110100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC97D; }

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

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

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

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

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

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

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

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