#E7C082

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

Shades of New Orleans #E7C082

Tints of New Orleans #E7C082

Color information

#E7C082 (or 0xE7C082) is unknown color: approx New Orleans. HEX triplet: E7, C0 and 82. RGB value is (231,192,130). Sum of RGB (Red+Green+Blue) = 231+192+130=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C082 is #183F7D. Grayscale: #C4C4C4. Windows color (decimal): -1589118 or 8569063. OLE color: 8569063.

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

Color convert

RGB231192130-
CMYK00.170.440.09
HSL36.83º67.79%70.78%-
HSV(B)36.83º43.72%90.59%-
XYZ55.8356.329.04-
YUV196.5990.42152.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 192 (75.39% from 255) = 34.72%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=41.77%
G=34.72%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119213000.170.440.0936.8367.7970.78
HexE7C0820112C9254447
Octal347300202021541145104107
Binary111001111100000010000010010001101100100110010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C082; }

 p { color: rgb(231,192,130); }

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

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

 a { background-color: rgb(231,192,130); }

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

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

 span { border-color: rgb(231,192,130); }

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