#E7C886

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

Shades of New Orleans #E7C886

Tints of New Orleans #E7C886

Color information

#E7C886 (or 0xE7C886) is unknown color: approx New Orleans. HEX triplet: E7, C8 and 86. RGB value is (231,200,134). Sum of RGB (Red+Green+Blue) = 231+200+134=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C886 is #183779. Grayscale: #CACACA. Windows color (decimal): -1587066 or 8833255. OLE color: 8833255.

HSL color Cylindrical-coordinate representation of color #E7C886: hue angle of 40.82º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7C886 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231200134-
CMYK00.130.420.09
HSL40.82º66.9%71.57%-
HSV(B)40.82º41.99%90.59%-
XYZ57.9160.0231.09-
YUV201.7489.77148.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 134 (52.73% from 255) = 23.72%
R=40.88%
G=35.40%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120013400.130.420.0940.8266.971.57
HexE7C8860D2A9294348
Octal347310206015521151103110
Binary11100111110010001000011001101101010100110100110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C886; }

 p { color: rgb(231,200,134); }

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

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

 a { background-color: rgb(231,200,134); }

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

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

 span { border-color: rgb(231,200,134); }

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