#E0BE85

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

Shades of New Orleans #E0BE85

Tints of New Orleans #E0BE85

Color information

#E0BE85 (or 0xE0BE85) is unknown color: approx New Orleans. HEX triplet: E0, BE and 85. RGB value is (224,190,133). Sum of RGB (Red+Green+Blue) = 224+190+133=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BE85 is #1F417A. Grayscale: #C1C1C1. Windows color (decimal): -2048379 or 8765152. OLE color: 8765152.

HSL color Cylindrical-coordinate representation of color #E0BE85: hue angle of 37.58º degrees, saturation: 0.59, 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 #E0BE85 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224190133-
CMYK00.150.410.12
HSL37.58º59.48%70%-
HSV(B)37.58º40.62%87.84%-
XYZ53.3954.3729.87-
YUV193.6793.76149.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=40.95%
G=34.73%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419013300.150.410.1237.5859.4870
HexE0BE850F29C263b46
Octal34027620501751144673106
Binary1110000010111110100001010111110100111001001101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BE85; }

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

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

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

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

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

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

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

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