#EAC27A

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

Shades of Marzipan #EAC27A

Tints of Marzipan #EAC27A

Color information

#EAC27A (or 0xEAC27A) is unknown color: approx Marzipan. HEX triplet: EA, C2 and 7A. RGB value is (234,194,122). Sum of RGB (Red+Green+Blue) = 234+194+122=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC27A is #153D85. Grayscale: #C6C6C6. Windows color (decimal): -1392006 or 8045290. OLE color: 8045290.

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

Color convert

RGB234194122-
CMYK00.170.480.08
HSL38.57º72.73%69.8%-
HSV(B)38.57º47.86%91.76%-
XYZ56.7457.4826.52-
YUV197.7585.25153.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 194 (76.17% from 255) = 35.27%
BLUE value IS 122 (48.05% from 255) = 22.18%
R=42.55%
G=35.27%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419412200.170.480.0838.5772.7369.8
HexEAC27A011308274946
Octal352302172021601047111106
Binary11101010110000101111010010001110000100010011110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC27A; }

 p { color: rgb(234,194,122); }

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

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

 a { background-color: rgb(234,194,122); }

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

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

 span { border-color: rgb(234,194,122); }

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