#EAC186

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

Shades of New Orleans #EAC186

Tints of New Orleans #EAC186

Color information

#EAC186 (or 0xEAC186) is unknown color: approx New Orleans. HEX triplet: EA, C1 and 86. RGB value is (234,193,134). Sum of RGB (Red+Green+Blue) = 234+193+134=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC186 is #153E79. Grayscale: #C6C6C6. Windows color (decimal): -1392250 or 8831466. OLE color: 8831466.

HSL color Cylindrical-coordinate representation of color #EAC186: hue angle of 35.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAC186 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234193134-
CMYK00.180.430.08
HSL35.4º70.42%72.16%-
HSV(B)35.4º42.74%91.76%-
XYZ57.357.3530.6-
YUV198.5391.58153.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 134 (52.73% from 255) = 23.89%
R=41.71%
G=34.40%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419313400.180.430.0835.470.4272.16
HexEAC1860122B8234648
Octal352301206022531043106110
Binary111010101100000110000110010010101011100010001110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC186; }

 p { color: rgb(234,193,134); }

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

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

 a { background-color: rgb(234,193,134); }

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

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

 span { border-color: rgb(234,193,134); }

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