#E5C18D

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

Shades of New Orleans #E5C18D

Tints of New Orleans #E5C18D

Color information

#E5C18D (or 0xE5C18D) is unknown color: approx New Orleans. HEX triplet: E5, C1 and 8D. RGB value is (229,193,141). Sum of RGB (Red+Green+Blue) = 229+193+141=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C18D is #1A3E72. Grayscale: #C6C6C6. Windows color (decimal): -1719923 or 9290213. OLE color: 9290213.

HSL color Cylindrical-coordinate representation of color #E5C18D: hue angle of 35.45º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5C18D is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229193141-
CMYK00.160.380.10
HSL35.45º62.86%72.55%-
HSV(B)35.45º38.43%89.8%-
XYZ56.1956.7233.19-
YUV197.8495.93150.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.67%
GREEN value IS 193 (75.78% from 255) = 34.28%
BLUE value IS 141 (55.47% from 255) = 25.04%
R=40.67%
G=34.28%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919314100.160.380.1035.4562.8672.55
HexE5C18D01026A233f49
Octal34530121502046124377111
Binary11100101110000011000110101000010011010101000111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C18D; }

 p { color: rgb(229,193,141); }

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

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

 a { background-color: rgb(229,193,141); }

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

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

 span { border-color: rgb(229,193,141); }

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