#E7BFA4

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

Shades of Negroni #E7BFA4

Tints of Negroni #E7BFA4

Color information

#E7BFA4 (or 0xE7BFA4) is unknown color: approx Negroni. HEX triplet: E7, BF and A4. RGB value is (231,191,164). Sum of RGB (Red+Green+Blue) = 231+191+164=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFA4 is #18405B. Grayscale: #C8C8C8. Windows color (decimal): -1589340 or 10797031. OLE color: 10797031.

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

Color convert

RGB231191164-
CMYK00.170.290.09
HSL24.18º58.26%77.45%-
HSV(B)24.18º29%90.59%-
XYZ58.2956.9343.04-
YUV199.88107.75150.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.42%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=39.42%
G=32.59%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119116400.170.290.0924.1858.2677.45
HexE7BFA40111D9183a4d
Octal34727724402135113072115
Binary111001111011111110100100010001111011001110001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFA4; }

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

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

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

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

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

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

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

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