#E1C085

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

Shades of New Orleans #E1C085

Tints of New Orleans #E1C085

Color information

#E1C085 (or 0xE1C085) is unknown color: approx New Orleans. HEX triplet: E1, C0 and 85. RGB value is (225,192,133). Sum of RGB (Red+Green+Blue) = 225+192+133=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C085 is #1E3F7A. Grayscale: #C3C3C3. Windows color (decimal): -1982331 or 8765665. OLE color: 8765665.

HSL color Cylindrical-coordinate representation of color #E1C085: hue angle of 38.48º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1C085 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB225192133-
CMYK00.150.410.12
HSL38.48º60.53%70.2%-
HSV(B)38.48º40.89%88.24%-
XYZ54.1355.430.03-
YUV195.1492.93149.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 192 (75.39% from 255) = 34.91%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=40.91%
G=34.91%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519213300.150.410.1238.4860.5370.2
HexE1C0850F29C263d46
Octal34130020501751144675106
Binary1110000111000000100001010111110100111001001101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C085; }

 p { color: rgb(225,192,133); }

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

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

 a { background-color: rgb(225,192,133); }

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

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

 span { border-color: rgb(225,192,133); }

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