#EED17C

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

Shades of Marzipan #EED17C

Tints of Marzipan #EED17C

Color information

#EED17C (or 0xEED17C) is unknown color: approx Marzipan. HEX triplet: EE, D1 and 7C. RGB value is (238,209,124). Sum of RGB (Red+Green+Blue) = 238+209+124=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EED17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED17C is #112E83. Grayscale: #D0D0D0. Windows color (decimal): -1126020 or 8180206. OLE color: 8180206.

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

Color convert

RGB238209124-
CMYK00.120.480.07
HSL44.74º77.03%70.98%-
HSV(B)44.74º47.9%93.33%-
XYZ61.765.2328.41-
YUV207.9880.61149.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.68%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 124 (48.83% from 255) = 21.72%
R=41.68%
G=36.60%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820912400.120.480.0744.7477.0370.98
HexEED17C0C3072d4d47
Octal35632117401460755115107
Binary111011101101000111111000110011000011110110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED17C; }

 p { color: rgb(238,209,124); }

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

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

 a { background-color: rgb(238,209,124); }

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

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

 span { border-color: rgb(238,209,124); }

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