#E0C389

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

Shades of New Orleans #E0C389

Tints of New Orleans #E0C389

Color information

#E0C389 (or 0xE0C389) is unknown color: approx New Orleans. HEX triplet: E0, C3 and 89. RGB value is (224,195,137). Sum of RGB (Red+Green+Blue) = 224+195+137=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C389 is #1F3C76. Grayscale: #C5C5C5. Windows color (decimal): -2047095 or 9028576. OLE color: 9028576.

HSL color Cylindrical-coordinate representation of color #E0C389: hue angle of 40º 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 #E0C389 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB224195137-
CMYK00.130.390.12
HSL40º58.39%70.78%-
HSV(B)40º38.84%87.84%-
XYZ54.7756.6831.72-
YUV197.0694.11147.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 137 (53.91% from 255) = 24.64%
R=40.29%
G=35.07%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419513700.130.390.124058.3970.78
HexE0C3890D27C283a47
Octal34030321101547145072107
Binary1110000011000011100010010110110011111001010001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C389; }

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

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

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

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

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

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

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

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