#E9BFA3

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

Shades of Negroni #E9BFA3

Tints of Negroni #E9BFA3

Color information

#E9BFA3 (or 0xE9BFA3) is unknown color: approx Negroni. HEX triplet: E9, BF and A3. RGB value is (233,191,163). Sum of RGB (Red+Green+Blue) = 233+191+163=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BFA3 is #16405C. Grayscale: #C8C8C8. Windows color (decimal): -1458269 or 10731497. OLE color: 10731497.

HSL color Cylindrical-coordinate representation of color #E9BFA3: hue angle of 24º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9BFA3 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB233191163-
CMYK00.180.300.09
HSL24º61.4%77.65%-
HSV(B)24º30.04%91.37%-
XYZ58.8557.2342.6-
YUV200.37106.91151.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 163 (64.06% from 255) = 27.77%
R=39.69%
G=32.54%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319116300.180.300.092461.477.65
HexE9BFA30121E9183d4e
Octal35127724302236113075116
Binary111010011011111110100011010010111101001110001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFA3; }

 p { color: rgb(233,191,163); }

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

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

 a { background-color: rgb(233,191,163); }

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

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

 span { border-color: rgb(233,191,163); }

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