#E7C085

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

Shades of New Orleans #E7C085

Tints of New Orleans #E7C085

Color information

#E7C085 (or 0xE7C085) is unknown color: approx New Orleans. HEX triplet: E7, C0 and 85. RGB value is (231,192,133). Sum of RGB (Red+Green+Blue) = 231+192+133=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 133 (52.34% from 255 or 23.92% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C085 is #183F7A. Grayscale: #C5C5C5. Windows color (decimal): -1589115 or 8765671. OLE color: 8765671.

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

Color convert

RGB231192133-
CMYK00.170.420.09
HSL36.12º67.12%71.37%-
HSV(B)36.12º42.42%90.59%-
XYZ56.0456.3830.12-
YUV196.9491.92152.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 133 (52.34% from 255) = 23.92%
R=41.55%
G=34.53%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119213300.170.420.0936.1267.1271.37
HexE7C0850112A9244347
Octal347300205021521144103107
Binary111001111100000010000101010001101010100110010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C085; }

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

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

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

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

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

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

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

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