#ECC585

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

Shades of Marzipan #ECC585

Tints of Marzipan #ECC585

Color information

#ECC585 (or 0xECC585) is unknown color: approx Marzipan. HEX triplet: EC, C5 and 85. RGB value is (236,197,133). Sum of RGB (Red+Green+Blue) = 236+197+133=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC585 is #133A7A. Grayscale: #C9C9C9. Windows color (decimal): -1260155 or 8766956. OLE color: 8766956.

HSL color Cylindrical-coordinate representation of color #ECC585: hue angle of 37.28º 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 #ECC585 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236197133-
CMYK00.170.440.07
HSL37.28º73.05%72.35%-
HSV(B)37.28º43.64%92.55%-
XYZ58.7959.4630.57-
YUV201.3689.42152.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 197 (77.34% from 255) = 34.81%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=41.70%
G=34.81%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619713300.170.440.0737.2873.0572.35
HexECC5850112C7254948
Octal35430520502154745111110
Binary11101100110001011000010101000110110011110010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC585; }

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

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

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

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

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

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

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

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