#EAC17E

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

Shades of Marzipan #EAC17E

Tints of Marzipan #EAC17E

Color information

#EAC17E (or 0xEAC17E) is unknown color: approx Marzipan. HEX triplet: EA, C1 and 7E. RGB value is (234,193,126). Sum of RGB (Red+Green+Blue) = 234+193+126=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC17E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC17E is #153E81. Grayscale: #C5C5C5. Windows color (decimal): -1392258 or 8307178. OLE color: 8307178.

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

Color convert

RGB234193126-
CMYK00.180.460.08
HSL37.22º72%70.59%-
HSV(B)37.22º46.15%91.76%-
XYZ56.7757.1427.78-
YUV197.6287.58153.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 126 (49.61% from 255) = 22.78%
R=42.31%
G=34.90%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419312600.180.460.0837.227270.59
HexEAC17E0122E8254847
Octal352301176022561045110107
Binary11101010110000011111110010010101110100010010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC17E; }

 p { color: rgb(234,193,126); }

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

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

 a { background-color: rgb(234,193,126); }

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

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

 span { border-color: rgb(234,193,126); }

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