#EAC177

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

Shades of Marzipan #EAC177

Tints of Marzipan #EAC177

Color information

#EAC177 (or 0xEAC177) is unknown color: approx Marzipan. HEX triplet: EA, C1 and 77. RGB value is (234,193,119). Sum of RGB (Red+Green+Blue) = 234+193+119=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC177 is #153E88. Grayscale: #C5C5C5. Windows color (decimal): -1392265 or 7848426. OLE color: 7848426.

HSL color Cylindrical-coordinate representation of color #EAC177: hue angle of 38.61º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAC177 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234193119-
CMYK00.180.490.08
HSL38.61º73.25%69.22%-
HSV(B)38.61º49.15%91.76%-
XYZ56.3356.9625.48-
YUV196.8284.08154.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 119 (46.88% from 255) = 21.79%
R=42.86%
G=35.35%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419311900.180.490.0838.6173.2569.22
HexEAC177012318274945
Octal352301167022611047111105
Binary11101010110000011110111010010110001100010011110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC177; }

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

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

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

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

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

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

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

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