#E7BDA0

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

Shades of Negroni #E7BDA0

Tints of Negroni #E7BDA0

Color information

#E7BDA0 (or 0xE7BDA0) is unknown color: approx Negroni. HEX triplet: E7, BD and A0. RGB value is (231,189,160). Sum of RGB (Red+Green+Blue) = 231+189+160=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BDA0 is #18425F. Grayscale: #C6C6C6. Windows color (decimal): -1589856 or 10534375. OLE color: 10534375.

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

Color convert

RGB231189160-
CMYK00.180.310.09
HSL24.51º59.66%76.67%-
HSV(B)24.51º30.74%90.59%-
XYZ57.555.9241.02-
YUV198.25106.41151.36-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 160 (62.89% from 255) = 27.59%
R=39.83%
G=32.59%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118916000.180.310.0924.5159.6676.67
HexE7BDA00121F9193c4d
Octal34727524002237113174115
Binary111001111011110110100000010010111111001110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDA0; }

 p { color: rgb(231,189,160); }

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

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

 a { background-color: rgb(231,189,160); }

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

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

 span { border-color: rgb(231,189,160); }

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