#EAC2A4

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

Shades of Negroni #EAC2A4

Tints of Negroni #EAC2A4

Color information

#EAC2A4 (or 0xEAC2A4) is unknown color: approx Negroni. HEX triplet: EA, C2 and A4. RGB value is (234,194,164). Sum of RGB (Red+Green+Blue) = 234+194+164=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2A4 is #153D5B. Grayscale: #CACACA. Windows color (decimal): -1391964 or 10797802. OLE color: 10797802.

HSL color Cylindrical-coordinate representation of color #EAC2A4: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAC2A4 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234194164-
CMYK00.170.300.08
HSL25.71º62.5%78.04%-
HSV(B)25.71º29.91%91.76%-
XYZ59.9258.7643.3-
YUV202.54106.25150.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 194 (76.17% from 255) = 32.77%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=39.53%
G=32.77%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419416400.170.300.0825.7162.578.04
HexEAC2A40111E81a3e4e
Octal35230224402136103276116
Binary111010101100001010100100010001111101000110101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2A4; }

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

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

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

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

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

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

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

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