#ECD17D

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

Shades of Marzipan #ECD17D

Tints of Marzipan #ECD17D

Color information

#ECD17D (or 0xECD17D) is unknown color: approx Marzipan. HEX triplet: EC, D1 and 7D. RGB value is (236,209,125). Sum of RGB (Red+Green+Blue) = 236+209+125=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD17D is #132E82. Grayscale: #CFCFCF. Windows color (decimal): -1257091 or 8245740. OLE color: 8245740.

HSL color Cylindrical-coordinate representation of color #ECD17D: hue angle of 45.41º degrees, saturation: 0.74, 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 #ECD17D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB236209125-
CMYK00.110.470.07
HSL45.41º74.5%70.78%-
HSV(B)45.41º47.03%92.55%-
XYZ61.0964.9128.71-
YUV207.581.45148.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 209 (82.03% from 255) = 36.67%
BLUE value IS 125 (49.22% from 255) = 21.93%
R=41.40%
G=36.67%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620912500.110.470.0745.4174.570.78
HexECD17D0B2F72d4a47
Octal35432117501357755112107
Binary111011001101000111111010101110111111110110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD17D; }

 p { color: rgb(236,209,125); }

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

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

 a { background-color: rgb(236,209,125); }

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

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

 span { border-color: rgb(236,209,125); }

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