#EAC374

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

Shades of Marzipan #EAC374

Tints of Marzipan #EAC374

Color information

#EAC374 (or 0xEAC374) is unknown color: approx Marzipan. HEX triplet: EA, C3 and 74. RGB value is (234,195,116). Sum of RGB (Red+Green+Blue) = 234+195+116=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC374 is #153C8B. Grayscale: #C6C6C6. Windows color (decimal): -1391756 or 7652330. OLE color: 7652330.

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

Color convert

RGB234195116-
CMYK00.170.500.08
HSL40.17º73.75%68.63%-
HSV(B)40.17º50.43%91.76%-
XYZ56.657.7824.69-
YUV197.6581.92153.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 116 (45.70% from 255) = 21.28%
R=42.94%
G=35.78%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419511600.170.500.0840.1773.7568.63
HexEAC374011328284a45
Octal352303164021621050112105
Binary11101010110000111110100010001110010100010100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC374; }

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

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

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

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

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

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

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

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