#EACAA7

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

Shades of Negroni #EACAA7

Tints of Negroni #EACAA7

Color information

#EACAA7 (or 0xEACAA7) is unknown color: approx Negroni. HEX triplet: EA, CA and A7. RGB value is (234,202,167). Sum of RGB (Red+Green+Blue) = 234+202+167=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACAA7 is #153558. Grayscale: #CFCFCF. Windows color (decimal): -1389913 or 10996458. OLE color: 10996458.

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

Color convert

RGB234202167-
CMYK00.140.290.08
HSL31.34º61.47%78.63%-
HSV(B)31.34º28.63%91.76%-
XYZ62.0362.5245.36-
YUV207.58105.1146.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.81%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 167 (65.62% from 255) = 27.69%
R=38.81%
G=33.50%
B=27.69%

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
Decimal23420216700.140.290.0831.3461.4778.63
HexEACAA70E1D81f3d4f
Octal35231224701635103775117
Binary11101010110010101010011101110111011000111111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAA7; }

 p { color: rgb(234,202,167); }

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

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

 a { background-color: rgb(234,202,167); }

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

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

 span { border-color: rgb(234,202,167); }

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