#E9BD9C

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

Shades of Negroni #E9BD9C

Tints of Negroni #E9BD9C

Color information

#E9BD9C (or 0xE9BD9C) is unknown color: approx Negroni. HEX triplet: E9, BD and 9C. RGB value is (233,189,156). Sum of RGB (Red+Green+Blue) = 233+189+156=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BD9C is #164263. Grayscale: #C6C6C6. Windows color (decimal): -1458788 or 10272233. OLE color: 10272233.

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

Color convert

RGB233189156-
CMYK00.190.330.09
HSL25.71º63.64%76.27%-
HSV(B)25.71º33.05%91.37%-
XYZ57.856.1239.24-
YUV198.39104.08152.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.31%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 156 (61.33% from 255) = 26.99%
R=40.31%
G=32.70%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318915600.190.330.0925.7163.6476.27
HexE9BD9C0132191a404c
Octal351275234023411132100114
Binary11101001101111011001110001001110000110011101010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BD9C; }

 p { color: rgb(233,189,156); }

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

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

 a { background-color: rgb(233,189,156); }

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

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

 span { border-color: rgb(233,189,156); }

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