#E7C083

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

Shades of New Orleans #E7C083

Tints of New Orleans #E7C083

Color information

#E7C083 (or 0xE7C083) is unknown color: approx New Orleans. HEX triplet: E7, C0 and 83. RGB value is (231,192,131). Sum of RGB (Red+Green+Blue) = 231+192+131=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 131 (51.56% from 255 or 23.65% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C083 is #183F7C. Grayscale: #C4C4C4. Windows color (decimal): -1589117 or 8634599. OLE color: 8634599.

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

Color convert

RGB231192131-
CMYK00.170.430.09
HSL36.6º67.57%70.98%-
HSV(B)36.6º43.29%90.59%-
XYZ55.956.3329.4-
YUV196.7190.92152.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 131 (51.56% from 255) = 23.65%
R=41.70%
G=34.66%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119213100.170.430.0936.667.5770.98
HexE7C0830112B9254447
Octal347300203021531145104107
Binary111001111100000010000011010001101011100110010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C083; }

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

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

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

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

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

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

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

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