#E1C284

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

Shades of New Orleans #E1C284

Tints of New Orleans #E1C284

Color information

#E1C284 (or 0xE1C284) is unknown color: approx New Orleans. HEX triplet: E1, C2 and 84. RGB value is (225,194,132). Sum of RGB (Red+Green+Blue) = 225+194+132=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C284 is #1E3D7B. Grayscale: #C4C4C4. Windows color (decimal): -1981820 or 8700641. OLE color: 8700641.

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

Color convert

RGB225194132-
CMYK00.140.410.12
HSL40º60.78%70%-
HSV(B)40º41.33%88.24%-
XYZ54.5156.2629.82-
YUV196.291.77148.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 132 (51.95% from 255) = 23.96%
R=40.83%
G=35.21%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519413200.140.410.124060.7870
HexE1C2840E29C283d46
Octal34130220401651145075106
Binary1110000111000010100001000111010100111001010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C284; }

 p { color: rgb(225,194,132); }

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

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

 a { background-color: rgb(225,194,132); }

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

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

 span { border-color: rgb(225,194,132); }

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