#EAC9A6

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

Shades of Negroni #EAC9A6

Tints of Negroni #EAC9A6

Color information

#EAC9A6 (or 0xEAC9A6) is unknown color: approx Negroni. HEX triplet: EA, C9 and A6. RGB value is (234,201,166). Sum of RGB (Red+Green+Blue) = 234+201+166=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC9A6 is #153659. Grayscale: #CFCFCF. Windows color (decimal): -1390170 or 10930666. OLE color: 10930666.

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

Color convert

RGB234201166-
CMYK00.140.290.08
HSL30.88º61.82%78.43%-
HSV(B)30.88º29.06%91.76%-
XYZ61.762.0244.8-
YUV206.88104.93147.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 166 (65.23% from 255) = 27.62%
R=38.94%
G=33.44%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420116600.140.290.0830.8861.8278.43
HexEAC9A60E1D81f3e4e
Octal35231124601635103776116
Binary11101010110010011010011001110111011000111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9A6; }

 p { color: rgb(234,201,166); }

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

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

 a { background-color: rgb(234,201,166); }

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

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

 span { border-color: rgb(234,201,166); }

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