#EAC975

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

Shades of Marzipan #EAC975

Tints of Marzipan #EAC975

Color information

#EAC975 (or 0xEAC975) is unknown color: approx Marzipan. HEX triplet: EA, C9 and 75. RGB value is (234,201,117). Sum of RGB (Red+Green+Blue) = 234+201+117=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC975 is #15368A. Grayscale: #C9C9C9. Windows color (decimal): -1390219 or 7719402. OLE color: 7719402.

HSL color Cylindrical-coordinate representation of color #EAC975: hue angle of 43.08º 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 #EAC975 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB234201117-
CMYK00.140.50.08
HSL43.08º73.58%68.82%-
HSV(B)43.08º50%91.76%-
XYZ58.0360.5525.46-
YUV201.2980.43151.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 201 (78.91% from 255) = 36.41%
BLUE value IS 117 (46.09% from 255) = 21.20%
R=42.39%
G=36.41%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420111700.140.50.0843.0873.5868.82
HexEAC9750E3282b4a45
Octal352311165016621053112105
Binary1110101011001001111010101110110010100010101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC975; }

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

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

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

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

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

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

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

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