#ECC682

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

Shades of Marzipan #ECC682

Tints of Marzipan #ECC682

Color information

#ECC682 (or 0xECC682) is unknown color: approx Marzipan. HEX triplet: EC, C6 and 82. RGB value is (236,198,130). Sum of RGB (Red+Green+Blue) = 236+198+130=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC682 is #13397D. Grayscale: #C9C9C9. Windows color (decimal): -1259902 or 8570604. OLE color: 8570604.

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

Color convert

RGB236198130-
CMYK00.160.450.07
HSL38.49º73.61%71.76%-
HSV(B)38.49º44.92%92.55%-
XYZ58.8259.8329.57-
YUV201.6187.59152.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 198 (77.73% from 255) = 35.11%
BLUE value IS 130 (51.17% from 255) = 23.05%
R=41.84%
G=35.11%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619813000.160.450.0738.4973.6171.76
HexECC6820102D7264a48
Octal35430620202055746112110
Binary11101100110001101000001001000010110111110011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC682; }

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

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

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

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

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

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

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

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