#E0C186

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

Shades of New Orleans #E0C186

Tints of New Orleans #E0C186

Color information

#E0C186 (or 0xE0C186) is unknown color: approx New Orleans. HEX triplet: E0, C1 and 86. RGB value is (224,193,134). Sum of RGB (Red+Green+Blue) = 224+193+134=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C186 is #1F3E79. Grayscale: #C3C3C3. Windows color (decimal): -2047610 or 8831456. OLE color: 8831456.

HSL color Cylindrical-coordinate representation of color #E0C186: hue angle of 39.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0C186 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224193134-
CMYK00.140.400.12
HSL39.33º59.21%70.2%-
HSV(B)39.33º40.18%87.84%-
XYZ54.1155.7130.45-
YUV195.5493.27148.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 134 (52.73% from 255) = 24.32%
R=40.65%
G=35.03%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419313400.140.400.1239.3359.2170.2
HexE0C1860E28C273b46
Octal34030120601650144773106
Binary1110000011000001100001100111010100011001001111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C186; }

 p { color: rgb(224,193,134); }

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

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

 a { background-color: rgb(224,193,134); }

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

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

 span { border-color: rgb(224,193,134); }

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