#E9BE9D

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

Shades of Negroni #E9BE9D

Tints of Negroni #E9BE9D

Color information

#E9BE9D (or 0xE9BE9D) is unknown color: approx Negroni. HEX triplet: E9, BE and 9D. RGB value is (233,190,157). Sum of RGB (Red+Green+Blue) = 233+190+157=580 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.17% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BE9D is #164162. Grayscale: #C7C7C7. Windows color (decimal): -1458531 or 10338025. OLE color: 10338025.

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

Color convert

RGB233190157-
CMYK00.180.330.09
HSL26.05º63.33%76.47%-
HSV(B)26.05º32.62%91.37%-
XYZ58.156.5839.76-
YUV199.1104.25152.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.17%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 157 (61.72% from 255) = 27.07%
R=40.17%
G=32.76%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319015700.180.330.0926.0563.3376.47
HexE9BE9D0122191a3f4c
Octal35127623502241113277114
Binary1110100110111110100111010100101000011001110101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BE9D; }

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

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

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

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

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

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

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

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