#E9BE9E

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

Shades of Negroni #E9BE9E

Tints of Negroni #E9BE9E

Color information

#E9BE9E (or 0xE9BE9E) is unknown color: approx Negroni. HEX triplet: E9, BE and 9E. RGB value is (233,190,158). Sum of RGB (Red+Green+Blue) = 233+190+158=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BE9E is #164161. Grayscale: #C7C7C7. Windows color (decimal): -1458530 or 10403561. OLE color: 10403561.

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

Color convert

RGB233190158-
CMYK00.180.320.09
HSL25.6º63.03%76.67%-
HSV(B)25.6º32.19%91.37%-
XYZ58.1956.6240.21-
YUV199.21104.75152.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.10%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=40.10%
G=32.70%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319015800.180.320.0925.663.0376.67
HexE9BE9E0122091a3f4d
Octal35127623602240113277115
Binary1110100110111110100111100100101000001001110101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BE9E; }

 p { color: rgb(233,190,158); }

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

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

 a { background-color: rgb(233,190,158); }

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

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

 span { border-color: rgb(233,190,158); }

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