#E7BF84

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

Shades of New Orleans #E7BF84

Tints of New Orleans #E7BF84

Color information

#E7BF84 (or 0xE7BF84) is unknown color: approx New Orleans. HEX triplet: E7, BF and 84. RGB value is (231,191,132). Sum of RGB (Red+Green+Blue) = 231+191+132=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BF84 is #18407B. Grayscale: #C4C4C4. Windows color (decimal): -1589372 or 8699879. OLE color: 8699879.

HSL color Cylindrical-coordinate representation of color #E7BF84: hue angle of 35.76º degrees, saturation: 0.67, 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 #E7BF84 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB231191132-
CMYK00.170.430.09
HSL35.76º67.35%71.18%-
HSV(B)35.76º42.86%90.59%-
XYZ55.7555.9229.68-
YUV196.2391.75152.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 132 (51.95% from 255) = 23.83%
R=41.70%
G=34.48%
B=23.83%

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
Decimal23119113200.170.430.0935.7667.3571.18
HexE7BF840112B9244347
Octal347277204021531144103107
Binary111001111011111110000100010001101011100110010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BF84; }

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

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

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

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

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

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

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

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