#E6C478

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

Shades of Marzipan #E6C478

Tints of Marzipan #E6C478

Color information

#E6C478 (or 0xE6C478) is unknown color: approx Marzipan. HEX triplet: E6, C4 and 78. RGB value is (230,196,120). Sum of RGB (Red+Green+Blue) = 230+196+120=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C478 is #193B87. Grayscale: #C5C5C5. Windows color (decimal): -1653640 or 7914726. OLE color: 7914726.

HSL color Cylindrical-coordinate representation of color #E6C478: hue angle of 41.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6C478 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230196120-
CMYK00.150.480.10
HSL41.45º68.75%68.63%-
HSV(B)41.45º47.83%90.2%-
XYZ55.7657.6625.96-
YUV197.584.26151.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.12%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 120 (47.27% from 255) = 21.98%
R=42.12%
G=35.90%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019612000.150.480.1041.4568.7568.63
HexE6C4780F30A294545
Octal346304170017601251105105
Binary1110011011000100111100001111110000101010100110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C478; }

 p { color: rgb(230,196,120); }

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

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

 a { background-color: rgb(230,196,120); }

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

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

 span { border-color: rgb(230,196,120); }

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