#E1C68C

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

Shades of New Orleans #E1C68C

Tints of New Orleans #E1C68C

Color information

#E1C68C (or 0xE1C68C) is unknown color: approx New Orleans. HEX triplet: E1, C6 and 8C. RGB value is (225,198,140). Sum of RGB (Red+Green+Blue) = 225+198+140=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C68C is #1E3973. Grayscale: #C7C7C7. Windows color (decimal): -1980788 or 9225953. OLE color: 9225953.

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

Color convert

RGB225198140-
CMYK00.120.380.12
HSL40.94º58.62%71.57%-
HSV(B)40.94º37.78%88.24%-
XYZ55.9858.2933.11-
YUV199.4694.45146.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 140 (55.08% from 255) = 24.87%
R=39.96%
G=35.17%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519814000.120.380.1240.9458.6271.57
HexE1C68C0C26C293b48
Octal34130621401446145173110
Binary1110000111000110100011000110010011011001010011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C68C; }

 p { color: rgb(225,198,140); }

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

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

 a { background-color: rgb(225,198,140); }

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

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

 span { border-color: rgb(225,198,140); }

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