#E0C18E

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

Shades of New Orleans #E0C18E

Tints of New Orleans #E0C18E

Color information

#E0C18E (or 0xE0C18E) is unknown color: approx New Orleans. HEX triplet: E0, C1 and 8E. RGB value is (224,193,142). Sum of RGB (Red+Green+Blue) = 224+193+142=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C18E is #1F3E71. Grayscale: #C4C4C4. Windows color (decimal): -2047602 or 9355744. OLE color: 9355744.

HSL color Cylindrical-coordinate representation of color #E0C18E: hue angle of 37.32º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0C18E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224193142-
CMYK00.140.370.12
HSL37.32º56.94%71.76%-
HSV(B)37.32º36.61%87.84%-
XYZ54.6955.9433.51-
YUV196.4697.27147.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=40.07%
G=34.53%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419314200.140.370.1237.3256.9471.76
HexE0C18E0E25C253948
Octal34030121601645144571110
Binary1110000011000001100011100111010010111001001011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C18E; }

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

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

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

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

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

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

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

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