#E5C4A6

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

Shades of Negroni #E5C4A6

Tints of Negroni #E5C4A6

Color information

#E5C4A6 (or 0xE5C4A6) is unknown color: approx Negroni. HEX triplet: E5, C4 and A6. RGB value is (229,196,166). Sum of RGB (Red+Green+Blue) = 229+196+166=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C4A6 is #1A3B59. Grayscale: #CACACA. Windows color (decimal): -1719130 or 10929381. OLE color: 10929381.

HSL color Cylindrical-coordinate representation of color #E5C4A6: hue angle of 28.57º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5C4A6 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB229196166-
CMYK00.140.280.10
HSL28.57º54.78%77.45%-
HSV(B)28.57º27.51%89.8%-
XYZ58.9458.8944.34-
YUV202.45107.43146.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.75%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=38.75%
G=33.16%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919616600.140.280.1028.5754.7877.45
HexE5C4A60E1CA1d374d
Octal34530424601634123567115
Binary11100101110001001010011001110111001010111011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C4A6; }

 p { color: rgb(229,196,166); }

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

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

 a { background-color: rgb(229,196,166); }

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

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

 span { border-color: rgb(229,196,166); }

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