#E5BC9F

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

Shades of Negroni #E5BC9F

Tints of Negroni #E5BC9F

Color information

#E5BC9F (or 0xE5BC9F) is unknown color: approx Negroni. HEX triplet: E5, BC and 9F. RGB value is (229,188,159). Sum of RGB (Red+Green+Blue) = 229+188+159=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BC9F is #1A4360. Grayscale: #C5C5C5. Windows color (decimal): -1721185 or 10468581. OLE color: 10468581.

HSL color Cylindrical-coordinate representation of color #E5BC9F: hue angle of 24.86º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5BC9F is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB229188159-
CMYK00.180.310.10
HSL24.86º57.38%76.08%-
HSV(B)24.86º30.57%89.8%-
XYZ56.5555.1340.46-
YUV196.95106.58150.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.76%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 159 (62.5% from 255) = 27.60%
R=39.76%
G=32.64%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918815900.180.310.1024.8657.3876.08
HexE5BC9F0121FA19394c
Octal34527423702237123171114
Binary111001011011110010011111010010111111010110011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BC9F; }

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

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

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

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

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

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

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

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