#E4BF80

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

Shades of New Orleans #E4BF80

Tints of New Orleans #E4BF80

Color information

#E4BF80 (or 0xE4BF80) is unknown color: approx New Orleans. HEX triplet: E4, BF and 80. RGB value is (228,191,128). Sum of RGB (Red+Green+Blue) = 228+191+128=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BF80 is #1B407F. Grayscale: #C3C3C3. Windows color (decimal): -1785984 or 8437732. OLE color: 8437732.

HSL color Cylindrical-coordinate representation of color #E4BF80: hue angle of 37.8º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E4BF80 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB228191128-
CMYK00.160.440.11
HSL37.8º64.94%69.8%-
HSV(B)37.8º43.86%89.41%-
XYZ54.5255.3128.23-
YUV194.8890.26151.62-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=41.68%
G=34.92%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819112800.160.440.1137.864.9469.8
HexE4BF800102CB264146
Octal344277200020541346101106
Binary111001001011111110000000010000101100101110011010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BF80; }

 p { color: rgb(228,191,128); }

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

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

 a { background-color: rgb(228,191,128); }

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

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

 span { border-color: rgb(228,191,128); }

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