#e6cc82

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

Shades of Marzipan #E6CC82

Tints of Marzipan #E6CC82

Color information

#E6CC82 (or 0xE6CC82) is unknown color: approx Marzipan. HEX triplet: E6, CC and 82. RGB value is (230,204,130). Sum of RGB (Red+Green+Blue) = 230+204+130=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CC82 is #19337D. Grayscale: #CBCBCB. Windows color (decimal): -1651582 or 8572134. OLE color: 8572134.

HSL color Cylindrical-coordinate representation of color #E6CC82: hue angle of 44.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6CC82 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB230204130-
CMYK00.110.430.10
HSL44.4º66.67%70.59%-
HSV(B)44.4º43.48%90.2%-
XYZ58.2661.6229.94-
YUV203.3486.61147.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.78%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 130 (51.17% from 255) = 23.05%
R=40.78%
G=36.17%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020413000.110.430.1044.466.6770.59
HexE6CC820B2BA2c4347
Octal346314202013531254103107
Binary11100110110011001000001001011101011101010110010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6cc82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6cc82; }

 p { color: rgb(230,204,130); }

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

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

 a { background-color: rgb(230,204,130); }

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

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

 span { border-color: rgb(230,204,130); }

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