#E9CAA6

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

Shades of Negroni #E9CAA6

Tints of Negroni #E9CAA6

Color information

#E9CAA6 (or 0xE9CAA6) is unknown color: approx Negroni. HEX triplet: E9, CA and A6. RGB value is (233,202,166). Sum of RGB (Red+Green+Blue) = 233+202+166=601 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.77% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CAA6 is #163559. Grayscale: #CFCFCF. Windows color (decimal): -1455450 or 10930921. OLE color: 10930921.

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

Color convert

RGB233202166-
CMYK00.130.290.09
HSL32.24º60.36%78.24%-
HSV(B)32.24º28.76%91.37%-
XYZ61.6162.3244.86-
YUV207.16104.77146.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.77%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 166 (65.23% from 255) = 27.62%
R=38.77%
G=33.61%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320216600.130.290.0932.2460.3678.24
HexE9CAA60D1D9203c4e
Octal35131224601535114074116
Binary111010011100101010100110011011110110011000001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CAA6; }

 p { color: rgb(233,202,166); }

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

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

 a { background-color: rgb(233,202,166); }

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

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

 span { border-color: rgb(233,202,166); }

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