#E7CAAA

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

Shades of Negroni #E7CAAA

Tints of Negroni #E7CAAA

Color information

#E7CAAA (or 0xE7CAAA) is unknown color: approx Negroni. HEX triplet: E7, CA and AA. RGB value is (231,202,170). Sum of RGB (Red+Green+Blue) = 231+202+170=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CAAA is #183555. Grayscale: #CFCFCF. Windows color (decimal): -1586518 or 11193063. OLE color: 11193063.

HSL color Cylindrical-coordinate representation of color #E7CAAA: hue angle of 31.48º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7CAAA is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB231202170-
CMYK00.130.260.09
HSL31.48º55.96%78.63%-
HSV(B)31.48º26.41%90.59%-
XYZ61.3362.1346.79-
YUV207.02107.11145.1-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=38.31%
G=33.50%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120217000.130.260.0931.4855.9678.63
HexE7CAAA0D1A91f384f
Octal34731225201532113770117
Binary11100111110010101010101001101110101001111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAAA; }

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

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

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

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

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

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

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

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