#E5CAAA

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

Shades of Negroni #E5CAAA

Tints of Negroni #E5CAAA

Color information

#E5CAAA (or 0xE5CAAA) is unknown color: approx Negroni. HEX triplet: E5, CA and AA. RGB value is (229,202,170). Sum of RGB (Red+Green+Blue) = 229+202+170=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CAAA is #1A3555. Grayscale: #CECECE. Windows color (decimal): -1717590 or 11193061. OLE color: 11193061.

HSL color Cylindrical-coordinate representation of color #E5CAAA: hue angle of 32.54º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5CAAA is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB229202170-
CMYK00.120.260.10
HSL32.54º53.15%78.24%-
HSV(B)32.54º25.76%89.8%-
XYZ60.6961.846.76-
YUV206.42107.45144.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=38.10%
G=33.61%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920217000.120.260.1032.5453.1578.24
HexE5CAAA0C1AA21354e
Octal34531225201432124165116
Binary111001011100101010101010011001101010101000011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CAAA; }

 p { color: rgb(229,202,170); }

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

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

 a { background-color: rgb(229,202,170); }

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

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

 span { border-color: rgb(229,202,170); }

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