#E7CBA9

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

Shades of Negroni #E7CBA9

Tints of Negroni #E7CBA9

Color information

#E7CBA9 (or 0xE7CBA9) is unknown color: approx Negroni. HEX triplet: E7, CB and A9. RGB value is (231,203,169). Sum of RGB (Red+Green+Blue) = 231+203+169=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CBA9 is #183456. Grayscale: #CFCFCF. Windows color (decimal): -1586263 or 11127783. OLE color: 11127783.

HSL color Cylindrical-coordinate representation of color #E7CBA9: hue angle of 32.9º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7CBA9 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB231203169-
CMYK00.120.270.09
HSL32.9º56.36%78.43%-
HSV(B)32.9º26.84%90.59%-
XYZ61.4762.5746.37-
YUV207.5106.28144.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 169 (66.41% from 255) = 28.03%
R=38.31%
G=33.67%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120316900.120.270.0932.956.3678.43
HexE7CBA90C1B921384e
Octal34731325101433114170116
Binary111001111100101110101001011001101110011000011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBA9; }

 p { color: rgb(231,203,169); }

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

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

 a { background-color: rgb(231,203,169); }

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

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

 span { border-color: rgb(231,203,169); }

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