#E7C281

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

Shades of New Orleans #E7C281

Tints of New Orleans #E7C281

Color information

#E7C281 (or 0xE7C281) is unknown color: approx New Orleans. HEX triplet: E7, C2 and 81. RGB value is (231,194,129). Sum of RGB (Red+Green+Blue) = 231+194+129=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C281 is #183D7E. Grayscale: #C5C5C5. Windows color (decimal): -1588607 or 8504039. OLE color: 8504039.

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

Color convert

RGB231194129-
CMYK00.160.440.09
HSL38.24º68%70.59%-
HSV(B)38.24º44.16%90.59%-
XYZ56.2157.1628.84-
YUV197.6589.26151.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 129 (50.78% from 255) = 23.29%
R=41.70%
G=35.02%
B=23.29%

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
Decimal23119412900.160.440.0938.246870.59
HexE7C2810102C9264447
Octal347302201020541146104107
Binary111001111100001010000001010000101100100110011010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C281; }

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

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

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

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

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

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

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

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