#E9C1A5

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

Shades of Negroni #E9C1A5

Tints of Negroni #E9C1A5

Color information

#E9C1A5 (or 0xE9C1A5) is unknown color: approx Negroni. HEX triplet: E9, C1 and A5. RGB value is (233,193,165). Sum of RGB (Red+Green+Blue) = 233+193+165=591 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.42% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 165 (64.84% from 255 or 27.92% from 591); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C1A5 is #163E5A. Grayscale: #C9C9C9. Windows color (decimal): -1457755 or 10863081. OLE color: 10863081.

HSL color Cylindrical-coordinate representation of color #E9C1A5: hue angle of 24.71º degrees, saturation: 0.61, 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 #E9C1A5 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB233193165-
CMYK00.170.290.09
HSL24.71º60.71%78.04%-
HSV(B)24.71º29.18%91.37%-
XYZ59.4758.1843.69-
YUV201.77107.25150.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.42%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 165 (64.84% from 255) = 27.92%
R=39.42%
G=32.66%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319316500.170.290.0924.7160.7178.04
HexE9C1A50111D9193d4e
Octal35130124502135113175116
Binary111010011100000110100101010001111011001110011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C1A5; }

 p { color: rgb(233,193,165); }

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

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

 a { background-color: rgb(233,193,165); }

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

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

 span { border-color: rgb(233,193,165); }

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