#E7C385

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

Shades of New Orleans #E7C385

Tints of New Orleans #E7C385

Color information

#E7C385 (or 0xE7C385) is unknown color: approx New Orleans. HEX triplet: E7, C3 and 85. RGB value is (231,195,133). Sum of RGB (Red+Green+Blue) = 231+195+133=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C385 is #183C7A. Grayscale: #C6C6C6. Windows color (decimal): -1588347 or 8766439. OLE color: 8766439.

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

Color convert

RGB231195133-
CMYK00.160.420.09
HSL37.96º67.12%71.37%-
HSV(B)37.96º42.42%90.59%-
XYZ56.757.7130.34-
YUV198.790.93151.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 195 (76.56% from 255) = 34.88%
BLUE value IS 133 (52.34% from 255) = 23.79%
R=41.32%
G=34.88%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119513300.160.420.0937.9667.1271.37
HexE7C3850102A9264347
Octal347303205020521146103107
Binary111001111100001110000101010000101010100110011010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C385; }

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

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

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

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

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

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

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

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