#E9BFA4

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

Shades of Negroni #E9BFA4

Tints of Negroni #E9BFA4

Color information

#E9BFA4 (or 0xE9BFA4) is unknown color: approx Negroni. HEX triplet: E9, BF and A4. RGB value is (233,191,164). Sum of RGB (Red+Green+Blue) = 233+191+164=588 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.63% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BFA4 is #16405B. Grayscale: #C8C8C8. Windows color (decimal): -1458268 or 10797033. OLE color: 10797033.

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

Color convert

RGB233191164-
CMYK00.180.300.09
HSL23.48º61.06%77.84%-
HSV(B)23.48º29.61%91.37%-
XYZ58.9457.2743.07-
YUV200.48107.41151.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.63%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 164 (64.45% from 255) = 27.89%
R=39.63%
G=32.48%
B=27.89%

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
Decimal23319116400.180.300.0923.4861.0677.84
HexE9BFA40121E9173d4e
Octal35127724402236112775116
Binary111010011011111110100100010010111101001101111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFA4; }

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

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

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

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

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

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

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

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