#E7C685

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

Shades of New Orleans #E7C685

Tints of New Orleans #E7C685

Color information

#E7C685 (or 0xE7C685) is unknown color: approx New Orleans. HEX triplet: E7, C6 and 85. RGB value is (231,198,133). Sum of RGB (Red+Green+Blue) = 231+198+133=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C685 is #18397A. Grayscale: #C8C8C8. Windows color (decimal): -1587579 or 8767207. OLE color: 8767207.

HSL color Cylindrical-coordinate representation of color #E7C685: hue angle of 39.8º 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 #E7C685 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB231198133-
CMYK00.140.420.09
HSL39.8º67.12%71.37%-
HSV(B)39.8º42.42%90.59%-
XYZ57.3859.0730.57-
YUV200.4689.93149.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 198 (77.73% from 255) = 35.23%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=41.10%
G=35.23%
B=23.67%

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
Decimal23119813300.140.420.0939.867.1271.37
HexE7C6850E2A9284347
Octal347306205016521150103107
Binary11100111110001101000010101110101010100110100010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C685; }

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

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

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

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

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

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

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

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