#E7CA7C

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

Shades of Marzipan #E7CA7C

Tints of Marzipan #E7CA7C

Color information

#E7CA7C (or 0xE7CA7C) is unknown color: approx Marzipan. HEX triplet: E7, CA and 7C. RGB value is (231,202,124). Sum of RGB (Red+Green+Blue) = 231+202+124=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA7C is #183583. Grayscale: #CACACA. Windows color (decimal): -1586564 or 8178407. OLE color: 8178407.

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

Color convert

RGB231202124-
CMYK00.130.460.09
HSL43.74º69.03%69.61%-
HSV(B)43.74º46.32%90.59%-
XYZ57.7160.6927.74-
YUV201.7884.11148.84-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 124 (48.83% from 255) = 22.26%
R=41.47%
G=36.27%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120212400.130.460.0943.7469.0369.61
HexE7CA7C0D2E92c4546
Octal347312174015561154105106
Binary1110011111001010111110001101101110100110110010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CA7C; }

 p { color: rgb(231,202,124); }

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

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

 a { background-color: rgb(231,202,124); }

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

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

 span { border-color: rgb(231,202,124); }

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