#E9BD9F

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

Shades of Negroni #E9BD9F

Tints of Negroni #E9BD9F

Color information

#E9BD9F (or 0xE9BD9F) is unknown color: approx Negroni. HEX triplet: E9, BD and 9F. RGB value is (233,189,159). Sum of RGB (Red+Green+Blue) = 233+189+159=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BD9F is #164260. Grayscale: #C6C6C6. Windows color (decimal): -1458785 or 10468841. OLE color: 10468841.

HSL color Cylindrical-coordinate representation of color #E9BD9F: hue angle of 24.32º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9BD9F is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB233189159-
CMYK00.190.320.09
HSL24.32º62.71%76.86%-
HSV(B)24.32º31.76%91.37%-
XYZ58.0656.2240.59-
YUV198.74105.58152.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.10%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=40.10%
G=32.53%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318915900.190.320.0924.3262.7176.86
HexE9BD9F013209183f4d
Octal35127523702340113077115
Binary1110100110111101100111110100111000001001110001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BD9F; }

 p { color: rgb(233,189,159); }

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

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

 a { background-color: rgb(233,189,159); }

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

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

 span { border-color: rgb(233,189,159); }

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