#E7C690

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

Shades of New Orleans #E7C690

Tints of New Orleans #E7C690

Color information

#E7C690 (or 0xE7C690) is unknown color: approx New Orleans. HEX triplet: E7, C6 and 90. RGB value is (231,198,144). Sum of RGB (Red+Green+Blue) = 231+198+144=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C690 is #18396F. Grayscale: #C9C9C9. Windows color (decimal): -1587568 or 9488103. OLE color: 9488103.

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

Color convert

RGB231198144-
CMYK00.140.380.09
HSL37.24º64.44%73.53%-
HSV(B)37.24º37.66%90.59%-
XYZ58.1859.3934.78-
YUV201.7195.43148.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 144 (56.64% from 255) = 25.13%
R=40.31%
G=34.55%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119814400.140.380.0937.2464.4473.53
HexE7C6900E26925404a
Octal347306220016461145100112
Binary11100111110001101001000001110100110100110010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C690; }

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

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

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

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

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

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

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

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