#EAC674

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

Shades of Marzipan #EAC674

Tints of Marzipan #EAC674

Color information

#EAC674 (or 0xEAC674) is unknown color: approx Marzipan. HEX triplet: EA, C6 and 74. RGB value is (234,198,116). Sum of RGB (Red+Green+Blue) = 234+198+116=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC674 is #15398B. Grayscale: #C7C7C7. Windows color (decimal): -1390988 or 7653098. OLE color: 7653098.

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

Color convert

RGB234198116-
CMYK00.150.500.08
HSL41.69º73.75%68.63%-
HSV(B)41.69º50.43%91.76%-
XYZ57.2859.1424.92-
YUV199.4280.93152.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 198 (77.73% from 255) = 36.13%
BLUE value IS 116 (45.70% from 255) = 21.17%
R=42.70%
G=36.13%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419811600.150.500.0841.6973.7568.63
HexEAC6740F3282a4a45
Octal352306164017621052112105
Binary1110101011000110111010001111110010100010101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC674; }

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

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

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

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

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

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

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

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