#E3BE85

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

Shades of New Orleans #E3BE85

Tints of New Orleans #E3BE85

Color information

#E3BE85 (or 0xE3BE85) is unknown color: approx New Orleans. HEX triplet: E3, BE and 85. RGB value is (227,190,133). Sum of RGB (Red+Green+Blue) = 227+190+133=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BE85 is #1C417A. Grayscale: #C2C2C2. Windows color (decimal): -1851771 or 8765155. OLE color: 8765155.

HSL color Cylindrical-coordinate representation of color #E3BE85: hue angle of 36.38º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E3BE85 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB227190133-
CMYK00.160.410.11
HSL36.38º62.67%70.59%-
HSV(B)36.38º41.41%89.02%-
XYZ54.3354.8529.91-
YUV194.5693.26151.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=41.27%
G=34.55%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22719013300.160.410.1136.3862.6770.59
HexE3BE8501029B243f47
Octal34327620502051134477107
Binary11100011101111101000010101000010100110111001001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BE85; }

 p { color: rgb(227,190,133); }

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

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

 a { background-color: rgb(227,190,133); }

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

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

 span { border-color: rgb(227,190,133); }

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