#E7CD7D

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

Shades of Marzipan #E7CD7D

Tints of Marzipan #E7CD7D

Color information

#E7CD7D (or 0xE7CD7D) is unknown color: approx Marzipan. HEX triplet: E7, CD and 7D. RGB value is (231,205,125). Sum of RGB (Red+Green+Blue) = 231+205+125=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD7D is #183282. Grayscale: #CCCCCC. Windows color (decimal): -1585795 or 8244711. OLE color: 8244711.

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

Color convert

RGB231205125-
CMYK00.110.460.09
HSL45.28º68.83%69.8%-
HSV(B)45.28º45.89%90.59%-
XYZ58.4962.1328.31-
YUV203.6583.61147.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 125 (49.22% from 255) = 22.28%
R=41.18%
G=36.54%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120512500.110.460.0945.2868.8369.8
HexE7CD7D0B2E92d4546
Octal347315175013561155105106
Binary1110011111001101111110101011101110100110110110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CD7D; }

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

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

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

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

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

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

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

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