#E0C18C

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

Shades of New Orleans #E0C18C

Tints of New Orleans #E0C18C

Color information

#E0C18C (or 0xE0C18C) is unknown color: approx New Orleans. HEX triplet: E0, C1 and 8C. RGB value is (224,193,140). Sum of RGB (Red+Green+Blue) = 224+193+140=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C18C is #1F3E73. Grayscale: #C4C4C4. Windows color (decimal): -2047604 or 9224672. OLE color: 9224672.

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

Color convert

RGB224193140-
CMYK00.140.380.12
HSL37.86º57.53%71.37%-
HSV(B)37.86º37.5%87.84%-
XYZ54.5455.8832.72-
YUV196.2396.27147.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 140 (55.08% from 255) = 25.13%
R=40.22%
G=34.65%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419314000.140.380.1237.8657.5371.37
HexE0C18C0E26C263a47
Octal34030121401646144672107
Binary1110000011000001100011000111010011011001001101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C18C; }

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

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

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

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

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

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

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

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