#EAC4A0

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

Shades of Negroni #EAC4A0

Tints of Negroni #EAC4A0

Color information

#EAC4A0 (or 0xEAC4A0) is unknown color: approx Negroni. HEX triplet: EA, C4 and A0. RGB value is (234,196,160). Sum of RGB (Red+Green+Blue) = 234+196+160=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC4A0 is #153B5F. Grayscale: #CBCBCB. Windows color (decimal): -1391456 or 10536170. OLE color: 10536170.

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

Color convert

RGB234196160-
CMYK00.160.320.08
HSL29.19º63.79%77.25%-
HSV(B)29.19º31.62%91.76%-
XYZ60.0259.5141.58-
YUV203.26103.59149.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 160 (62.89% from 255) = 27.12%
R=39.66%
G=33.22%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419616000.160.320.0829.1963.7977.25
HexEAC4A00102081d404d
Octal352304240020401035100115
Binary11101010110001001010000001000010000010001110110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4A0; }

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

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

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

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

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

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

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

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