#EACBAA

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

Shades of Negroni #EACBAA

Tints of Negroni #EACBAA

Color information

#EACBAA (or 0xEACBAA) is unknown color: approx Negroni. HEX triplet: EA, CB and AA. RGB value is (234,203,170). Sum of RGB (Red+Green+Blue) = 234+203+170=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACBAA is #153455. Grayscale: #D0D0D0. Windows color (decimal): -1389654 or 11193322. OLE color: 11193322.

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

Color convert

RGB234203170-
CMYK00.130.270.08
HSL30.94º60.38%79.22%-
HSV(B)30.94º27.35%91.76%-
XYZ62.5463.1146.91-
YUV208.51106.27146.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=38.55%
G=33.44%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420317000.130.270.0830.9460.3879.22
HexEACBAA0D1B81f3c4f
Octal35231325201533103774117
Binary11101010110010111010101001101110111000111111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACBAA; }

 p { color: rgb(234,203,170); }

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

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

 a { background-color: rgb(234,203,170); }

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

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

 span { border-color: rgb(234,203,170); }

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