#E7C490

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

Shades of New Orleans #E7C490

Tints of New Orleans #E7C490

Color information

#E7C490 (or 0xE7C490) is unknown color: approx New Orleans. HEX triplet: E7, C4 and 90. RGB value is (231,196,144). Sum of RGB (Red+Green+Blue) = 231+196+144=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C490 is #183B6F. Grayscale: #C8C8C8. Windows color (decimal): -1588080 or 9487591. OLE color: 9487591.

HSL color Cylindrical-coordinate representation of color #E7C490: hue angle of 35.86º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7C490 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB231196144-
CMYK00.150.380.09
HSL35.86º64.44%73.53%-
HSV(B)35.86º37.66%90.59%-
XYZ57.7358.4834.63-
YUV200.5496.1149.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=40.46%
G=34.33%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119614400.150.380.0935.8664.4473.53
HexE7C4900F26924404a
Octal347304220017461144100112
Binary11100111110001001001000001111100110100110010010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C490; }

 p { color: rgb(231,196,144); }

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

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

 a { background-color: rgb(231,196,144); }

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

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

 span { border-color: rgb(231,196,144); }

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