#eacf7f

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

Shades of Marzipan #EACF7F

Tints of Marzipan #EACF7F

Color information

#EACF7F (or 0xEACF7F) is unknown color: approx Marzipan. HEX triplet: EA, CF and 7F. RGB value is (234,207,127). Sum of RGB (Red+Green+Blue) = 234+207+127=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 127 (50% from 255 or 22.36% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF7F is #153080. Grayscale: #CECECE. Windows color (decimal): -1388673 or 8376298. OLE color: 8376298.

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

Color convert

RGB234207127-
CMYK00.120.460.08
HSL44.86º71.81%70.78%-
HSV(B)44.86º45.73%91.76%-
XYZ60.0863.6529.2-
YUV205.9583.45148-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 127 (50% from 255) = 22.36%
R=41.20%
G=36.44%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420712700.120.460.0844.8671.8170.78
HexEACF7F0C2E82d4847
Octal352317177014561055110107
Binary1110101011001111111111101100101110100010110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eacf7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eacf7f; }

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

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

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

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

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

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

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

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