#ECC485

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

Shades of Marzipan #ECC485

Tints of Marzipan #ECC485

Color information

#ECC485 (or 0xECC485) is unknown color: approx Marzipan. HEX triplet: EC, C4 and 85. RGB value is (236,196,133). Sum of RGB (Red+Green+Blue) = 236+196+133=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC485 is #133B7A. Grayscale: #C9C9C9. Windows color (decimal): -1260411 or 8766700. OLE color: 8766700.

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

Color convert

RGB236196133-
CMYK00.170.440.07
HSL36.7º73.05%72.35%-
HSV(B)36.7º43.64%92.55%-
XYZ58.5759.0130.49-
YUV200.7889.75153.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 196 (76.95% from 255) = 34.69%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=41.77%
G=34.69%
B=23.54%

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
Decimal23619613300.170.440.0736.773.0572.35
HexECC4850112C7254948
Octal35430420502154745111110
Binary11101100110001001000010101000110110011110010110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC485; }

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

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

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

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

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

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

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

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