#E7CBAA

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

Shades of Negroni #E7CBAA

Tints of Negroni #E7CBAA

Color information

#E7CBAA (or 0xE7CBAA) is unknown color: approx Negroni. HEX triplet: E7, CB and AA. RGB value is (231,203,170). Sum of RGB (Red+Green+Blue) = 231+203+170=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CBAA is #183455. Grayscale: #CFCFCF. Windows color (decimal): -1586262 or 11193319. OLE color: 11193319.

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

Color convert

RGB231203170-
CMYK00.120.260.09
HSL32.46º55.96%78.63%-
HSV(B)32.46º26.41%90.59%-
XYZ61.5762.646.87-
YUV207.61106.78144.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 170 (66.80% from 255) = 28.15%
R=38.25%
G=33.61%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120317000.120.260.0932.4655.9678.63
HexE7CBAA0C1A920384f
Octal34731325201432114070117
Binary111001111100101110101010011001101010011000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBAA; }

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

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

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

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

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

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

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

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