#E8BCA0

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

Shades of Negroni #E8BCA0

Tints of Negroni #E8BCA0

Color information

#E8BCA0 (or 0xE8BCA0) is unknown color: approx Negroni. HEX triplet: E8, BC and A0. RGB value is (232,188,160). Sum of RGB (Red+Green+Blue) = 232+188+160=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BCA0 is #17435F. Grayscale: #C6C6C6. Windows color (decimal): -1524576 or 10534120. OLE color: 10534120.

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

Color convert

RGB232188160-
CMYK00.190.310.09
HSL23.33º61.02%76.86%-
HSV(B)23.33º31.03%90.98%-
XYZ57.6155.6640.97-
YUV197.96106.58152.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 160 (62.89% from 255) = 27.59%
R=40%
G=32.41%
B=27.59%

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
Decimal23218816000.190.310.0923.3361.0276.86
HexE8BCA00131F9173d4d
Octal35027424002337112775115
Binary111010001011110010100000010011111111001101111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCA0; }

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

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

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

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

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

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

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

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