#E7CF8A

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

Shades of Marzipan #E7CF8A

Tints of Marzipan #E7CF8A

Color information

#E7CF8A (or 0xE7CF8A) is unknown color: approx Marzipan. HEX triplet: E7, CF and 8A. RGB value is (231,207,138). Sum of RGB (Red+Green+Blue) = 231+207+138=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CF8A is #183075. Grayscale: #CECECE. Windows color (decimal): -1585270 or 9097191. OLE color: 9097191.

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

Color convert

RGB231207138-
CMYK00.100.400.09
HSL44.52º65.96%72.35%-
HSV(B)44.52º40.26%90.59%-
XYZ59.8663.4533.14-
YUV206.3189.45145.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 138 (54.30% from 255) = 23.96%
R=40.10%
G=35.94%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120713800.100.400.0944.5265.9672.35
HexE7CF8A0A2892d4248
Octal347317212012501155102110
Binary11100111110011111000101001010101000100110110110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CF8A; }

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

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

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

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

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

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

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

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