#E9BEA0

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

Shades of Negroni #E9BEA0

Tints of Negroni #E9BEA0

Color information

#E9BEA0 (or 0xE9BEA0) is unknown color: approx Negroni. HEX triplet: E9, BE and A0. RGB value is (233,190,160). Sum of RGB (Red+Green+Blue) = 233+190+160=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BEA0 is #16415F. Grayscale: #C7C7C7. Windows color (decimal): -1458528 or 10534633. OLE color: 10534633.

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

Color convert

RGB233190160-
CMYK00.180.310.09
HSL24.66º62.39%77.06%-
HSV(B)24.66º31.33%91.37%-
XYZ58.3656.6941.12-
YUV199.44105.75151.94-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=39.97%
G=32.59%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319016000.180.310.0924.6662.3977.06
HexE9BEA00121F9193e4d
Octal35127624002237113176115
Binary111010011011111010100000010010111111001110011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BEA0; }

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

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

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

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

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

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

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

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