#E8C084

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

Shades of New Orleans #E8C084

Tints of New Orleans #E8C084

Color information

#E8C084 (or 0xE8C084) is unknown color: approx New Orleans. HEX triplet: E8, C0 and 84. RGB value is (232,192,132). Sum of RGB (Red+Green+Blue) = 232+192+132=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C084 is #173F7B. Grayscale: #C5C5C5. Windows color (decimal): -1523580 or 8700136. OLE color: 8700136.

HSL color Cylindrical-coordinate representation of color #E8C084: hue angle of 36º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8C084 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB232192132-
CMYK00.170.430.09
HSL36º68.49%71.37%-
HSV(B)36º43.1%90.98%-
XYZ56.2956.5229.77-
YUV197.1291.25152.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 132 (51.95% from 255) = 23.74%
R=41.73%
G=34.53%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219213200.170.430.093668.4971.37
HexE8C0840112B9244447
Octal350300204021531144104107
Binary111010001100000010000100010001101011100110010010001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C084; }

 p { color: rgb(232,192,132); }

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

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

 a { background-color: rgb(232,192,132); }

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

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

 span { border-color: rgb(232,192,132); }

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