#EAC375

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

Shades of Marzipan #EAC375

Tints of Marzipan #EAC375

Color information

#EAC375 (or 0xEAC375) is unknown color: approx Marzipan. HEX triplet: EA, C3 and 75. RGB value is (234,195,117). Sum of RGB (Red+Green+Blue) = 234+195+117=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC375 is #153C8A. Grayscale: #C6C6C6. Windows color (decimal): -1391755 or 7717866. OLE color: 7717866.

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

Color convert

RGB234195117-
CMYK00.170.50.08
HSL40º73.58%68.82%-
HSV(B)40º50%91.76%-
XYZ56.6657.8125-
YUV197.7782.42153.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 117 (46.09% from 255) = 21.43%
R=42.86%
G=35.71%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419511700.170.50.084073.5868.82
HexEAC375011328284a45
Octal352303165021621050112105
Binary11101010110000111110101010001110010100010100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC375; }

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

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

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

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

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

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

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

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