#E7CAA9

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

Shades of Negroni #E7CAA9

Tints of Negroni #E7CAA9

Color information

#E7CAA9 (or 0xE7CAA9) is unknown color: approx Negroni. HEX triplet: E7, CA and A9. RGB value is (231,202,169). Sum of RGB (Red+Green+Blue) = 231+202+169=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CAA9 is #183556. Grayscale: #CFCFCF. Windows color (decimal): -1586519 or 11127527. OLE color: 11127527.

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

Color convert

RGB231202169-
CMYK00.130.270.09
HSL31.94º56.36%78.43%-
HSV(B)31.94º26.84%90.59%-
XYZ61.2462.0946.29-
YUV206.91106.61145.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 169 (66.41% from 255) = 28.07%
R=38.37%
G=33.55%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120216900.130.270.0931.9456.3678.43
HexE7CAA90D1B920384e
Octal34731225101533114070116
Binary111001111100101010101001011011101110011000001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CAA9; }

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

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

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

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

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

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

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

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