#E9CD7A

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

Shades of Marzipan #E9CD7A

Tints of Marzipan #E9CD7A

Color information

#E9CD7A (or 0xE9CD7A) is unknown color: approx Marzipan. HEX triplet: E9, CD and 7A. RGB value is (233,205,122). Sum of RGB (Red+Green+Blue) = 233+205+122=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CD7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CD7A is #163285. Grayscale: #CCCCCC. Windows color (decimal): -1454726 or 8048105. OLE color: 8048105.

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

Color convert

RGB233205122-
CMYK00.120.480.09
HSL44.86º71.61%69.61%-
HSV(B)44.86º47.64%91.37%-
XYZ58.9562.3927.35-
YUV203.9181.78148.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.61%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 122 (48.05% from 255) = 21.79%
R=41.61%
G=36.61%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320512200.120.480.0944.8671.6169.61
HexE9CD7A0C3092d4846
Octal351315172014601155110106
Binary1110100111001101111101001100110000100110110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CD7A; }

 p { color: rgb(233,205,122); }

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

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

 a { background-color: rgb(233,205,122); }

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

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

 span { border-color: rgb(233,205,122); }

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