#E7C582

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

Shades of New Orleans #E7C582

Tints of New Orleans #E7C582

Color information

#E7C582 (or 0xE7C582) is unknown color: approx New Orleans. HEX triplet: E7, C5 and 82. RGB value is (231,197,130). Sum of RGB (Red+Green+Blue) = 231+197+130=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C582 is #183A7D. Grayscale: #C7C7C7. Windows color (decimal): -1587838 or 8570343. OLE color: 8570343.

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

Color convert

RGB231197130-
CMYK00.150.440.09
HSL39.8º67.79%70.78%-
HSV(B)39.8º43.72%90.59%-
XYZ56.9558.5329.42-
YUV199.5388.76150.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.40%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 130 (51.17% from 255) = 23.30%
R=41.40%
G=35.30%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119713000.150.440.0939.867.7970.78
HexE7C5820F2C9284447
Octal347305202017541150104107
Binary11100111110001011000001001111101100100110100010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C582; }

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

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

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

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

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

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

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

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