#E7C785

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

Shades of New Orleans #E7C785

Tints of New Orleans #E7C785

Color information

#E7C785 (or 0xE7C785) is unknown color: approx New Orleans. HEX triplet: E7, C7 and 85. RGB value is (231,199,133). Sum of RGB (Red+Green+Blue) = 231+199+133=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C785 is #18387A. Grayscale: #C9C9C9. Windows color (decimal): -1587323 or 8767463. OLE color: 8767463.

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

Color convert

RGB231199133-
CMYK00.140.420.09
HSL40.41º67.12%71.37%-
HSV(B)40.41º42.42%90.59%-
XYZ57.6159.5330.64-
YUV201.0489.6149.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=41.03%
G=35.35%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119913300.140.420.0940.4167.1271.37
HexE7C7850E2A9284347
Octal347307205016521150103107
Binary11100111110001111000010101110101010100110100010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C785; }

 p { color: rgb(231,199,133); }

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

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

 a { background-color: rgb(231,199,133); }

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

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

 span { border-color: rgb(231,199,133); }

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