#ECC685

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

Shades of Marzipan #ECC685

Tints of Marzipan #ECC685

Color information

#ECC685 (or 0xECC685) is unknown color: approx Marzipan. HEX triplet: EC, C6 and 85. RGB value is (236,198,133). Sum of RGB (Red+Green+Blue) = 236+198+133=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC685 is #13397A. Grayscale: #CACACA. Windows color (decimal): -1259899 or 8767212. OLE color: 8767212.

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

Color convert

RGB236198133-
CMYK00.160.440.07
HSL37.86º73.05%72.35%-
HSV(B)37.86º43.64%92.55%-
XYZ59.0259.9130.64-
YUV201.9589.09152.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 133 (52.34% from 255) = 23.46%
R=41.62%
G=34.92%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619813300.160.440.0737.8673.0572.35
HexECC6850102C7264948
Octal35430620502054746111110
Binary11101100110001101000010101000010110011110011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC685; }

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

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

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

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

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

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

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

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