#E8BE9F

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

Shades of Negroni #E8BE9F

Tints of Negroni #E8BE9F

Color information

#E8BE9F (or 0xE8BE9F) is unknown color: approx Negroni. HEX triplet: E8, BE and 9F. RGB value is (232,190,159). Sum of RGB (Red+Green+Blue) = 232+190+159=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BE9F is #174160. Grayscale: #C7C7C7. Windows color (decimal): -1524065 or 10469096. OLE color: 10469096.

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

Color convert

RGB232190159-
CMYK00.180.310.09
HSL25.48º61.34%76.67%-
HSV(B)25.48º31.47%90.98%-
XYZ57.9556.4940.65-
YUV199.02105.41151.52-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=39.93%
G=32.70%
B=27.37%

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
Decimal23219015900.180.310.0925.4861.3476.67
HexE8BE9F0121F9193d4d
Octal35027623702237113175115
Binary111010001011111010011111010010111111001110011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BE9F; }

 p { color: rgb(232,190,159); }

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

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

 a { background-color: rgb(232,190,159); }

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

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

 span { border-color: rgb(232,190,159); }

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