#EAC0A2

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

Shades of Negroni #EAC0A2

Tints of Negroni #EAC0A2

Color information

#EAC0A2 (or 0xEAC0A2) is unknown color: approx Negroni. HEX triplet: EA, C0 and A2. RGB value is (234,192,162). Sum of RGB (Red+Green+Blue) = 234+192+162=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC0A2 is #153F5D. Grayscale: #C9C9C9. Windows color (decimal): -1392478 or 10666218. OLE color: 10666218.

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

Color convert

RGB234192162-
CMYK00.180.310.08
HSL25º63.16%77.65%-
HSV(B)25º30.77%91.76%-
XYZ59.357.842.21-
YUV201.14105.91151.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 162 (63.67% from 255) = 27.55%
R=39.80%
G=32.65%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419216200.180.310.082563.1677.65
HexEAC0A20121F8193f4e
Octal35230024202237103177116
Binary111010101100000010100010010010111111000110011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0A2; }

 p { color: rgb(234,192,162); }

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

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

 a { background-color: rgb(234,192,162); }

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

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

 span { border-color: rgb(234,192,162); }

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