#E3BF85

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

Shades of New Orleans #E3BF85

Tints of New Orleans #E3BF85

Color information

#E3BF85 (or 0xE3BF85) is unknown color: approx New Orleans. HEX triplet: E3, BF and 85. RGB value is (227,191,133). Sum of RGB (Red+Green+Blue) = 227+191+133=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BF85 is #1C407A. Grayscale: #C3C3C3. Windows color (decimal): -1851515 or 8765411. OLE color: 8765411.

HSL color Cylindrical-coordinate representation of color #E3BF85: hue angle of 37.02º 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 #E3BF85 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB227191133-
CMYK00.160.410.11
HSL37.02º62.67%70.59%-
HSV(B)37.02º41.41%89.02%-
XYZ54.5455.2929.99-
YUV195.1592.93150.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.20%
GREEN value IS 191 (75% from 255) = 34.66%
BLUE value IS 133 (52.34% from 255) = 24.14%
R=41.20%
G=34.66%
B=24.14%

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
Decimal22719113300.160.410.1137.0262.6770.59
HexE3BF8501029B253f47
Octal34327720502051134577107
Binary11100011101111111000010101000010100110111001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BF85; }

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

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

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

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

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

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

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

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