#E8BD9E

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

Shades of Negroni #E8BD9E

Tints of Negroni #E8BD9E

Color information

#E8BD9E (or 0xE8BD9E) is unknown color: approx Negroni. HEX triplet: E8, BD and 9E. RGB value is (232,189,158). Sum of RGB (Red+Green+Blue) = 232+189+158=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BD9E is #174261. Grayscale: #C6C6C6. Windows color (decimal): -1524322 or 10403304. OLE color: 10403304.

HSL color Cylindrical-coordinate representation of color #E8BD9E: hue angle of 25.14º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8BD9E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB232189158-
CMYK00.190.320.09
HSL25.14º61.67%76.47%-
HSV(B)25.14º31.9%90.98%-
XYZ57.6556.0240.12-
YUV198.32105.25152.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 158 (62.11% from 255) = 27.29%
R=40.07%
G=32.64%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218915800.190.320.0925.1461.6776.47
HexE8BD9E013209193e4c
Octal35027523602340113176114
Binary1110100010111101100111100100111000001001110011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BD9E; }

 p { color: rgb(232,189,158); }

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

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

 a { background-color: rgb(232,189,158); }

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

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

 span { border-color: rgb(232,189,158); }

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