#E1BE87

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

Shades of New Orleans #E1BE87

Tints of New Orleans #E1BE87

Color information

#E1BE87 (or 0xE1BE87) is unknown color: approx New Orleans. HEX triplet: E1, BE and 87. RGB value is (225,190,135). Sum of RGB (Red+Green+Blue) = 225+190+135=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE87 is #1E4178. Grayscale: #C2C2C2. Windows color (decimal): -1982841 or 8896225. OLE color: 8896225.

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

Color convert

RGB225190135-
CMYK00.160.40.12
HSL36.67º60%70.59%-
HSV(B)36.67º40%88.24%-
XYZ53.8454.5830.62-
YUV194.294.6149.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 135 (53.12% from 255) = 24.55%
R=40.91%
G=34.55%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519013500.160.40.1236.676070.59
HexE1BE8701028C253c47
Octal34127620702050144574107
Binary11100001101111101000011101000010100011001001011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE87; }

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

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

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

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

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

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

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

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