#E8C278

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

Shades of Marzipan #E8C278

Tints of Marzipan #E8C278

Color information

#E8C278 (or 0xE8C278) is unknown color: approx Marzipan. HEX triplet: E8, C2 and 78. RGB value is (232,194,120). Sum of RGB (Red+Green+Blue) = 232+194+120=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C278 is #173D87. Grayscale: #C5C5C5. Windows color (decimal): -1523080 or 7914216. OLE color: 7914216.

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

Color convert

RGB232194120-
CMYK00.160.480.09
HSL39.64º70.89%69.02%-
HSV(B)39.64º48.28%90.98%-
XYZ55.9657.125.84-
YUV196.9384.59153.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.49%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 120 (47.27% from 255) = 21.98%
R=42.49%
G=35.53%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219412000.160.480.0939.6470.8969.02
HexE8C278010309284745
Octal350302170020601150107105
Binary11101000110000101111000010000110000100110100010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C278; }

 p { color: rgb(232,194,120); }

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

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

 a { background-color: rgb(232,194,120); }

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

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

 span { border-color: rgb(232,194,120); }

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