#E7C182

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

Shades of New Orleans #E7C182

Tints of New Orleans #E7C182

Color information

#E7C182 (or 0xE7C182) is unknown color: approx New Orleans. HEX triplet: E7, C1 and 82. RGB value is (231,193,130). Sum of RGB (Red+Green+Blue) = 231+193+130=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C182 is #183E7D. Grayscale: #C5C5C5. Windows color (decimal): -1588862 or 8569319. OLE color: 8569319.

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

Color convert

RGB231193130-
CMYK00.160.440.09
HSL37.43º67.79%70.78%-
HSV(B)37.43º43.72%90.59%-
XYZ56.0556.7429.12-
YUV197.1890.09152.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 130 (51.17% from 255) = 23.47%
R=41.70%
G=34.84%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119313000.160.440.0937.4367.7970.78
HexE7C1820102C9254447
Octal347301202020541145104107
Binary111001111100000110000010010000101100100110010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C182; }

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

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

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

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

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

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

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

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