#ECC782

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

Shades of Marzipan #ECC782

Tints of Marzipan #ECC782

Color information

#ECC782 (or 0xECC782) is unknown color: approx Marzipan. HEX triplet: EC, C7 and 82. RGB value is (236,199,130). Sum of RGB (Red+Green+Blue) = 236+199+130=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC782 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC782 is #13387D. Grayscale: #CACACA. Windows color (decimal): -1259646 or 8570860. OLE color: 8570860.

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

Color convert

RGB236199130-
CMYK00.160.450.07
HSL39.06º73.61%71.76%-
HSV(B)39.06º44.92%92.55%-
XYZ59.0460.2929.64-
YUV202.287.26152.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 199 (78.12% from 255) = 35.22%
BLUE value IS 130 (51.17% from 255) = 23.01%
R=41.77%
G=35.22%
B=23.01%

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
Decimal23619913000.160.450.0739.0673.6171.76
HexECC7820102D7274a48
Octal35430720202055747112110
Binary11101100110001111000001001000010110111110011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC782; }

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

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

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

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

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

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

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

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