#E1BE85

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

Shades of New Orleans #E1BE85

Tints of New Orleans #E1BE85

Color information

#E1BE85 (or 0xE1BE85) is unknown color: approx New Orleans. HEX triplet: E1, BE and 85. RGB value is (225,190,133). Sum of RGB (Red+Green+Blue) = 225+190+133=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE85 is #1E417A. Grayscale: #C2C2C2. Windows color (decimal): -1982843 or 8765153. OLE color: 8765153.

HSL color Cylindrical-coordinate representation of color #E1BE85: hue angle of 37.17º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1BE85 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225190133-
CMYK00.160.410.12
HSL37.17º60.53%70.2%-
HSV(B)37.17º40.89%88.24%-
XYZ53.754.5329.89-
YUV193.9793.6150.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=41.06%
G=34.67%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519013300.160.410.1237.1760.5370.2
HexE1BE8501029C253d46
Octal34127620502051144575106
Binary11100001101111101000010101000010100111001001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE85; }

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

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

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

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

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

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

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

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