#E8BDA1

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

Shades of Negroni #E8BDA1

Tints of Negroni #E8BDA1

Color information

#E8BDA1 (or 0xE8BDA1) is unknown color: approx Negroni. HEX triplet: E8, BD and A1. RGB value is (232,189,161). Sum of RGB (Red+Green+Blue) = 232+189+161=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDA1 is #17425E. Grayscale: #C6C6C6. Windows color (decimal): -1524319 or 10599912. OLE color: 10599912.

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

Color convert

RGB232189161-
CMYK00.190.310.09
HSL23.66º60.68%77.06%-
HSV(B)23.66º30.6%90.98%-
XYZ57.9156.1241.5-
YUV198.66106.75151.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.86%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 161 (63.28% from 255) = 27.66%
R=39.86%
G=32.47%
B=27.66%

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
Decimal23218916100.190.310.0923.6660.6877.06
HexE8BDA10131F9183d4d
Octal35027524102337113075115
Binary111010001011110110100001010011111111001110001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDA1; }

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

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

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

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

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

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

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

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