#EAC47F

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

Shades of Marzipan #EAC47F

Tints of Marzipan #EAC47F

Color information

#EAC47F (or 0xEAC47F) is unknown color: approx Marzipan. HEX triplet: EA, C4 and 7F. RGB value is (234,196,127). Sum of RGB (Red+Green+Blue) = 234+196+127=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC47F is #153B80. Grayscale: #C7C7C7. Windows color (decimal): -1391489 or 8373482. OLE color: 8373482.

HSL color Cylindrical-coordinate representation of color #EAC47F: hue angle of 38.69º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAC47F is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234196127-
CMYK00.160.460.08
HSL38.69º71.81%70.78%-
HSV(B)38.69º45.73%91.76%-
XYZ57.558.528.34-
YUV199.587.09152.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 127 (50% from 255) = 22.80%
R=42.01%
G=35.19%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419612700.160.460.0838.6971.8170.78
HexEAC47F0102E8274847
Octal352304177020561047110107
Binary11101010110001001111111010000101110100010011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC47F; }

 p { color: rgb(234,196,127); }

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

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

 a { background-color: rgb(234,196,127); }

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

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

 span { border-color: rgb(234,196,127); }

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