#ECCE85

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

Shades of Marzipan #ECCE85

Tints of Marzipan #ECCE85

Color information

#ECCE85 (or 0xECCE85) is unknown color: approx Marzipan. HEX triplet: EC, CE and 85. RGB value is (236,206,133). Sum of RGB (Red+Green+Blue) = 236+206+133=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCE85 is #13317A. Grayscale: #CECECE. Windows color (decimal): -1257851 or 8769260. OLE color: 8769260.

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

Color convert

RGB236206133-
CMYK00.130.440.07
HSL42.52º73.05%72.35%-
HSV(B)42.52º43.64%92.55%-
XYZ60.963.6731.27-
YUV206.6586.44148.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 133 (52.34% from 255) = 23.13%
R=41.04%
G=35.83%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620613300.130.440.0742.5273.0572.35
HexECCE850D2C72b4948
Octal35431620501554753111110
Binary1110110011001110100001010110110110011110101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCE85; }

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

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

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

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

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

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

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

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