#E7CD8A

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

Shades of Marzipan #E7CD8A

Tints of Marzipan #E7CD8A

Color information

#E7CD8A (or 0xE7CD8A) is unknown color: approx Marzipan. HEX triplet: E7, CD and 8A. RGB value is (231,205,138). Sum of RGB (Red+Green+Blue) = 231+205+138=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CD8A is #183275. Grayscale: #CDCDCD. Windows color (decimal): -1585782 or 9096679. OLE color: 9096679.

HSL color Cylindrical-coordinate representation of color #E7CD8A: hue angle of 43.23º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7CD8A is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB231205138-
CMYK00.110.400.09
HSL43.23º65.96%72.35%-
HSV(B)43.23º40.26%90.59%-
XYZ59.3762.4932.98-
YUV205.1490.11146.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 138 (54.30% from 255) = 24.04%
R=40.24%
G=35.71%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120513800.110.400.0943.2365.9672.35
HexE7CD8A0B2892b4248
Octal347315212013501153102110
Binary11100111110011011000101001011101000100110101110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CD8A; }

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

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

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

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

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

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

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

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