#E9C282

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

Shades of New Orleans #E9C282

Tints of New Orleans #E9C282

Color information

#E9C282 (or 0xE9C282) is unknown color: approx New Orleans. HEX triplet: E9, C2 and 82. RGB value is (233,194,130). Sum of RGB (Red+Green+Blue) = 233+194+130=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C282 is #163D7D. Grayscale: #C6C6C6. Windows color (decimal): -1457534 or 8569577. OLE color: 8569577.

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

Color convert

RGB233194130-
CMYK00.170.440.09
HSL37.28º70.07%71.18%-
HSV(B)37.28º44.21%91.37%-
XYZ56.9357.5229.22-
YUV198.3689.42152.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 130 (51.17% from 255) = 23.34%
R=41.83%
G=34.83%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319413000.170.440.0937.2870.0771.18
HexE9C2820112C9254647
Octal351302202021541145106107
Binary111010011100001010000010010001101100100110010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C282; }

 p { color: rgb(233,194,130); }

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

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

 a { background-color: rgb(233,194,130); }

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

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

 span { border-color: rgb(233,194,130); }

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