#e8cd7e

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

Shades of Marzipan #E8CD7E

Tints of Marzipan #E8CD7E

Color information

#E8CD7E (or 0xE8CD7E) is unknown color: approx Marzipan. HEX triplet: E8, CD and 7E. RGB value is (232,205,126). Sum of RGB (Red+Green+Blue) = 232+205+126=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD7E is #173281. Grayscale: #CCCCCC. Windows color (decimal): -1520258 or 8310248. OLE color: 8310248.

HSL color Cylindrical-coordinate representation of color #E8CD7E: hue angle of 44.72º degrees, saturation: 0.7, 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 #E8CD7E is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB232205126-
CMYK00.120.460.09
HSL44.72º69.74%70.2%-
HSV(B)44.72º45.69%90.98%-
XYZ58.8862.3228.67-
YUV204.0783.95147.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 126 (49.61% from 255) = 22.38%
R=41.21%
G=36.41%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220512600.120.460.0944.7269.7470.2
HexE8CD7E0C2E92d4646
Octal350315176014561155106106
Binary1110100011001101111111001100101110100110110110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8cd7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8cd7e; }

 p { color: rgb(232,205,126); }

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

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

 a { background-color: rgb(232,205,126); }

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

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

 span { border-color: rgb(232,205,126); }

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