#E8BC9F

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

Shades of Negroni #E8BC9F

Tints of Negroni #E8BC9F

Color information

#E8BC9F (or 0xE8BC9F) is unknown color: approx Negroni. HEX triplet: E8, BC and 9F. RGB value is (232,188,159). Sum of RGB (Red+Green+Blue) = 232+188+159=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BC9F is #174360. Grayscale: #C6C6C6. Windows color (decimal): -1524577 or 10468584. OLE color: 10468584.

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

Color convert

RGB232188159-
CMYK00.190.310.09
HSL23.84º61.34%76.67%-
HSV(B)23.84º31.47%90.98%-
XYZ57.5255.6340.51-
YUV197.85106.08152.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=40.07%
G=32.47%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218815900.190.310.0923.8461.3476.67
HexE8BC9F0131F9183d4d
Octal35027423702337113075115
Binary111010001011110010011111010011111111001110001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BC9F; }

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

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

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

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

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

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

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

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