#E7CB8A

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

Shades of Marzipan #E7CB8A

Tints of Marzipan #E7CB8A

Color information

#E7CB8A (or 0xE7CB8A) is unknown color: approx Marzipan. HEX triplet: E7, CB and 8A. RGB value is (231,203,138). Sum of RGB (Red+Green+Blue) = 231+203+138=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CB8A is #183475. Grayscale: #CCCCCC. Windows color (decimal): -1586294 or 9096167. OLE color: 9096167.

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

Color convert

RGB231203138-
CMYK00.120.400.09
HSL41.94º65.96%72.35%-
HSV(B)41.94º40.26%90.59%-
XYZ58.961.5432.82-
YUV203.9690.78147.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=40.38%
G=35.49%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120313800.120.400.0941.9465.9672.35
HexE7CB8A0C2892a4248
Octal347313212014501152102110
Binary11100111110010111000101001100101000100110101010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CB8A; }

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

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

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

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

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

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

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

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