#EAC2A0

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

Shades of Negroni #EAC2A0

Tints of Negroni #EAC2A0

Color information

#EAC2A0 (or 0xEAC2A0) is unknown color: approx Negroni. HEX triplet: EA, C2 and A0. RGB value is (234,194,160). Sum of RGB (Red+Green+Blue) = 234+194+160=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2A0 is #153D5F. Grayscale: #CACACA. Windows color (decimal): -1391968 or 10535658. OLE color: 10535658.

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

Color convert

RGB234194160-
CMYK00.170.320.08
HSL27.57º63.79%77.25%-
HSV(B)27.57º31.62%91.76%-
XYZ59.5758.6141.43-
YUV202.08104.25150.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=39.80%
G=32.99%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419416000.170.320.0827.5763.7977.25
HexEAC2A00112081c404d
Octal352302240021401034100115
Binary11101010110000101010000001000110000010001110010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2A0; }

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

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

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

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

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

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

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

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