#E9BC9F

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

Shades of Negroni #E9BC9F

Tints of Negroni #E9BC9F

Color information

#E9BC9F (or 0xE9BC9F) is unknown color: approx Negroni. HEX triplet: E9, BC and 9F. RGB value is (233,188,159). Sum of RGB (Red+Green+Blue) = 233+188+159=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BC9F is #164360. Grayscale: #C6C6C6. Windows color (decimal): -1459041 or 10468585. OLE color: 10468585.

HSL color Cylindrical-coordinate representation of color #E9BC9F: hue angle of 23.51º 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 #E9BC9F is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB233188159-
CMYK00.190.320.09
HSL23.51º62.71%76.86%-
HSV(B)23.51º31.76%91.37%-
XYZ57.8555.7940.52-
YUV198.15105.91152.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.17%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 159 (62.5% from 255) = 27.41%
R=40.17%
G=32.41%
B=27.41%

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
Decimal23318815900.190.320.0923.5162.7176.86
HexE9BC9F013209183f4d
Octal35127423702340113077115
Binary1110100110111100100111110100111000001001110001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BC9F; }

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

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

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

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

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

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

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

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