#E7CD82

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

Shades of Marzipan #E7CD82

Tints of Marzipan #E7CD82

Color information

#E7CD82 (or 0xE7CD82) is unknown color: approx Marzipan. HEX triplet: E7, CD and 82. RGB value is (231,205,130). Sum of RGB (Red+Green+Blue) = 231+205+130=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CD82 is #18327D. Grayscale: #CCCCCC. Windows color (decimal): -1585790 or 8572391. OLE color: 8572391.

HSL color Cylindrical-coordinate representation of color #E7CD82: hue angle of 44.55º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7CD82 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB231205130-
CMYK00.110.440.09
HSL44.55º67.79%70.78%-
HSV(B)44.55º43.72%90.59%-
XYZ58.8262.2630.04-
YUV204.2286.11147.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.81%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 130 (51.17% from 255) = 22.97%
R=40.81%
G=36.22%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120513000.110.440.0944.5567.7970.78
HexE7CD820B2C92d4447
Octal347315202013541155104107
Binary11100111110011011000001001011101100100110110110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CD82; }

 p { color: rgb(231,205,130); }

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

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

 a { background-color: rgb(231,205,130); }

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

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

 span { border-color: rgb(231,205,130); }

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