#E7C381

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

Shades of New Orleans #E7C381

Tints of New Orleans #E7C381

Color information

#E7C381 (or 0xE7C381) is unknown color: approx New Orleans. HEX triplet: E7, C3 and 81. RGB value is (231,195,129). Sum of RGB (Red+Green+Blue) = 231+195+129=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C381 is #183C7E. Grayscale: #C6C6C6. Windows color (decimal): -1588351 or 8504295. OLE color: 8504295.

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

Color convert

RGB231195129-
CMYK00.160.440.09
HSL38.82º68%70.59%-
HSV(B)38.82º44.16%90.59%-
XYZ56.4357.628.91-
YUV198.2488.93151.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=41.62%
G=35.14%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119512900.160.440.0938.826870.59
HexE7C3810102C9274447
Octal347303201020541147104107
Binary111001111100001110000001010000101100100110011110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C381; }

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

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

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

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

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

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

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

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