#E7CBA8

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

Shades of Negroni #E7CBA8

Tints of Negroni #E7CBA8

Color information

#E7CBA8 (or 0xE7CBA8) is unknown color: approx Negroni. HEX triplet: E7, CB and A8. RGB value is (231,203,168). Sum of RGB (Red+Green+Blue) = 231+203+168=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CBA8 is #183457. Grayscale: #CFCFCF. Windows color (decimal): -1586264 or 11062247. OLE color: 11062247.

HSL color Cylindrical-coordinate representation of color #E7CBA8: hue angle of 33.33º degrees, saturation: 0.57, 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 #E7CBA8 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB231203168-
CMYK00.120.270.09
HSL33.33º56.76%78.24%-
HSV(B)33.33º27.27%90.59%-
XYZ61.3862.5345.88-
YUV207.38105.78144.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 168 (66.02% from 255) = 27.91%
R=38.37%
G=33.72%
B=27.91%

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
Decimal23120316800.120.270.0933.3356.7678.24
HexE7CBA80C1B921394e
Octal34731325001433114171116
Binary111001111100101110101000011001101110011000011110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CBA8; }

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

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

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

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

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

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

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

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