#E9C285

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

Shades of New Orleans #E9C285

Tints of New Orleans #E9C285

Color information

#E9C285 (or 0xE9C285) is unknown color: approx New Orleans. HEX triplet: E9, C2 and 85. RGB value is (233,194,133). Sum of RGB (Red+Green+Blue) = 233+194+133=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C285 is #163D7A. Grayscale: #C6C6C6. Windows color (decimal): -1457531 or 8766185. OLE color: 8766185.

HSL color Cylindrical-coordinate representation of color #E9C285: hue angle of 36.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E9C285 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB233194133-
CMYK00.170.430.09
HSL36.6º69.44%71.76%-
HSV(B)36.6º42.92%91.37%-
XYZ57.1357.630.3-
YUV198.7190.92152.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.61%
GREEN value IS 194 (76.17% from 255) = 34.64%
BLUE value IS 133 (52.34% from 255) = 23.75%
R=41.61%
G=34.64%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319413300.170.430.0936.669.4471.76
HexE9C2850112B9254548
Octal351302205021531145105110
Binary111010011100001010000101010001101011100110010110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C285; }

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

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

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

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

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

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

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

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