#E0C58B

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

Shades of New Orleans #E0C58B

Tints of New Orleans #E0C58B

Color information

#E0C58B (or 0xE0C58B) is unknown color: approx New Orleans. HEX triplet: E0, C5 and 8B. RGB value is (224,197,139). Sum of RGB (Red+Green+Blue) = 224+197+139=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C58B is #1F3A74. Grayscale: #C6C6C6. Windows color (decimal): -2046581 or 9160160. OLE color: 9160160.

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

Color convert

RGB224197139-
CMYK00.120.380.12
HSL40.94º57.82%71.18%-
HSV(B)40.94º37.95%87.84%-
XYZ55.3757.6432.63-
YUV198.4694.45146.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 197 (77.34% from 255) = 35.18%
BLUE value IS 139 (54.69% from 255) = 24.82%
R=40%
G=35.18%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419713900.120.380.1240.9457.8271.18
HexE0C58B0C26C293a47
Octal34030521301446145172107
Binary1110000011000101100010110110010011011001010011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C58B; }

 p { color: rgb(224,197,139); }

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

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

 a { background-color: rgb(224,197,139); }

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

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

 span { border-color: rgb(224,197,139); }

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