#ECC985

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

Shades of Marzipan #ECC985

Tints of Marzipan #ECC985

Color information

#ECC985 (or 0xECC985) is unknown color: approx Marzipan. HEX triplet: EC, C9 and 85. RGB value is (236,201,133). Sum of RGB (Red+Green+Blue) = 236+201+133=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC985 is #13367A. Grayscale: #CCCCCC. Windows color (decimal): -1259131 or 8767980. OLE color: 8767980.

HSL color Cylindrical-coordinate representation of color #ECC985: hue angle of 39.61º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECC985 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236201133-
CMYK00.150.440.07
HSL39.61º73.05%72.35%-
HSV(B)39.61º43.64%92.55%-
XYZ59.7161.330.88-
YUV203.7188.1151.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=41.40%
G=35.26%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620113300.150.440.0739.6173.0572.35
HexECC9850F2C7284948
Octal35431120501754750111110
Binary1110110011001001100001010111110110011110100010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC985; }

 p { color: rgb(236,201,133); }

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

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

 a { background-color: rgb(236,201,133); }

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

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

 span { border-color: rgb(236,201,133); }

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