#E0BF89

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

Shades of New Orleans #E0BF89

Tints of New Orleans #E0BF89

Color information

#E0BF89 (or 0xE0BF89) is unknown color: approx New Orleans. HEX triplet: E0, BF and 89. RGB value is (224,191,137). Sum of RGB (Red+Green+Blue) = 224+191+137=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 137 (53.91% from 255 or 24.82% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BF89 is #1F4076. Grayscale: #C2C2C2. Windows color (decimal): -2048119 or 9027552. OLE color: 9027552.

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

Color convert

RGB224191137-
CMYK00.150.390.12
HSL37.24º58.39%70.78%-
HSV(B)37.24º38.84%87.84%-
XYZ53.8954.9231.43-
YUV194.7195.43148.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 137 (53.91% from 255) = 24.82%
R=40.58%
G=34.60%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419113700.150.390.1237.2458.3970.78
HexE0BF890F27C253a47
Octal34027721101747144572107
Binary1110000010111111100010010111110011111001001011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BF89; }

 p { color: rgb(224,191,137); }

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

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

 a { background-color: rgb(224,191,137); }

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

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

 span { border-color: rgb(224,191,137); }

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