#E6C981

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

Shades of Marzipan #E6C981

Tints of Marzipan #E6C981

Color information

#E6C981 (or 0xE6C981) is unknown color: approx Marzipan. HEX triplet: E6, C9 and 81. RGB value is (230,201,129). Sum of RGB (Red+Green+Blue) = 230+201+129=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C981 is #19367E. Grayscale: #C9C9C9. Windows color (decimal): -1652351 or 8505830. OLE color: 8505830.

HSL color Cylindrical-coordinate representation of color #E6C981: hue angle of 42.77º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6C981 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB230201129-
CMYK00.130.440.10
HSL42.77º66.89%70.39%-
HSV(B)42.77º43.91%90.2%-
XYZ57.4860.1829.36-
YUV201.4687.11148.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.07%
GREEN value IS 201 (78.91% from 255) = 35.89%
BLUE value IS 129 (50.78% from 255) = 23.04%
R=41.07%
G=35.89%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020112900.130.440.1042.7766.8970.39
HexE6C9810D2CA2b4346
Octal346311201015541253103106
Binary11100110110010011000000101101101100101010101110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C981; }

 p { color: rgb(230,201,129); }

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

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

 a { background-color: rgb(230,201,129); }

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

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

 span { border-color: rgb(230,201,129); }

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