#EAC67F

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

Shades of Marzipan #EAC67F

Tints of Marzipan #EAC67F

Color information

#EAC67F (or 0xEAC67F) is unknown color: approx Marzipan. HEX triplet: EA, C6 and 7F. RGB value is (234,198,127). Sum of RGB (Red+Green+Blue) = 234+198+127=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC67F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC67F is #153980. Grayscale: #C8C8C8. Windows color (decimal): -1390977 or 8373994. OLE color: 8373994.

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

Color convert

RGB234198127-
CMYK00.150.460.08
HSL39.81º71.81%70.78%-
HSV(B)39.81º45.73%91.76%-
XYZ57.9659.4128.49-
YUV200.6786.43151.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 127 (50% from 255) = 22.72%
R=41.86%
G=35.42%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419812700.150.460.0839.8171.8170.78
HexEAC67F0F2E8284847
Octal352306177017561050110107
Binary1110101011000110111111101111101110100010100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC67F; }

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

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

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

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

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

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

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

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