#EAC485

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

Shades of New Orleans #EAC485

Tints of New Orleans #EAC485

Color information

#EAC485 (or 0xEAC485) is unknown color: approx New Orleans. HEX triplet: EA, C4 and 85. RGB value is (234,196,133). Sum of RGB (Red+Green+Blue) = 234+196+133=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC485 is #153B7A. Grayscale: #C8C8C8. Windows color (decimal): -1391483 or 8766698. OLE color: 8766698.

HSL color Cylindrical-coordinate representation of color #EAC485: hue angle of 37.43º degrees, saturation: 0.71, 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 #EAC485 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234196133-
CMYK00.160.430.08
HSL37.43º70.63%71.96%-
HSV(B)37.43º43.16%91.76%-
XYZ57.9158.6730.46-
YUV200.1890.09152.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 133 (52.34% from 255) = 23.62%
R=41.56%
G=34.81%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419613300.160.430.0837.4370.6371.96
HexEAC4850102B8254748
Octal352304205020531045107110
Binary111010101100010010000101010000101011100010010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC485; }

 p { color: rgb(234,196,133); }

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

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

 a { background-color: rgb(234,196,133); }

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

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

 span { border-color: rgb(234,196,133); }

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