#E7BF83

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

Shades of New Orleans #E7BF83

Tints of New Orleans #E7BF83

Color information

#E7BF83 (or 0xE7BF83) is unknown color: approx New Orleans. HEX triplet: E7, BF and 83. RGB value is (231,191,131). Sum of RGB (Red+Green+Blue) = 231+191+131=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BF83 is #18407C. Grayscale: #C4C4C4. Windows color (decimal): -1589373 or 8634343. OLE color: 8634343.

HSL color Cylindrical-coordinate representation of color #E7BF83: hue angle of 36º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E7BF83 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB231191131-
CMYK00.170.430.09
HSL36º67.57%70.98%-
HSV(B)36º43.29%90.59%-
XYZ55.6855.8929.33-
YUV196.1291.25152.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 131 (51.56% from 255) = 23.69%
R=41.77%
G=34.54%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119113100.170.430.093667.5770.98
HexE7BF830112B9244447
Octal347277203021531144104107
Binary111001111011111110000011010001101011100110010010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BF83; }

 p { color: rgb(231,191,131); }

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

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

 a { background-color: rgb(231,191,131); }

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

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

 span { border-color: rgb(231,191,131); }

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