#E9C2A4

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

Shades of Negroni #E9C2A4

Tints of Negroni #E9C2A4

Color information

#E9C2A4 (or 0xE9C2A4) is unknown color: approx Negroni. HEX triplet: E9, C2 and A4. RGB value is (233,194,164). Sum of RGB (Red+Green+Blue) = 233+194+164=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C2A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C2A4 is #163D5B. Grayscale: #CACACA. Windows color (decimal): -1457500 or 10797801. OLE color: 10797801.

HSL color Cylindrical-coordinate representation of color #E9C2A4: hue angle of 26.09º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9C2A4 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233194164-
CMYK00.170.300.09
HSL26.09º61.06%77.84%-
HSV(B)26.09º29.61%91.37%-
XYZ59.658.5943.29-
YUV202.24106.42149.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.42%
GREEN value IS 194 (76.17% from 255) = 32.83%
BLUE value IS 164 (64.45% from 255) = 27.75%
R=39.42%
G=32.83%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319416400.170.300.0926.0961.0677.84
HexE9C2A40111E91a3d4e
Octal35130224402136113275116
Binary111010011100001010100100010001111101001110101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C2A4; }

 p { color: rgb(233,194,164); }

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

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

 a { background-color: rgb(233,194,164); }

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

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

 span { border-color: rgb(233,194,164); }

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