#EAC875

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

Shades of Marzipan #EAC875

Tints of Marzipan #EAC875

Color information

#EAC875 (or 0xEAC875) is unknown color: approx Marzipan. HEX triplet: EA, C8 and 75. RGB value is (234,200,117). Sum of RGB (Red+Green+Blue) = 234+200+117=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC875 is #15378A. Grayscale: #C9C9C9. Windows color (decimal): -1390475 or 7719146. OLE color: 7719146.

HSL color Cylindrical-coordinate representation of color #EAC875: hue angle of 42.56º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAC875 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB234200117-
CMYK00.150.50.08
HSL42.56º73.58%68.82%-
HSV(B)42.56º50%91.76%-
XYZ57.860.0925.38-
YUV200.780.76151.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 117 (46.09% from 255) = 21.23%
R=42.47%
G=36.30%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420011700.150.50.0842.5673.5868.82
HexEAC8750F3282b4a45
Octal352310165017621053112105
Binary1110101011001000111010101111110010100010101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC875; }

 p { color: rgb(234,200,117); }

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

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

 a { background-color: rgb(234,200,117); }

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

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

 span { border-color: rgb(234,200,117); }

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