#eac789

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

Shades of New Orleans #EAC789

Tints of New Orleans #EAC789

Color information

#EAC789 (or 0xEAC789) is unknown color: approx New Orleans. HEX triplet: EA, C7 and 89. RGB value is (234,199,137). Sum of RGB (Red+Green+Blue) = 234+199+137=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 137 (53.91% from 255 or 24.04% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC789 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC789 is #153876. Grayscale: #CACACA. Windows color (decimal): -1390711 or 9029610. OLE color: 9029610.

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

Color convert

RGB234199137-
CMYK00.150.410.08
HSL38.35º69.78%72.75%-
HSV(B)38.35º41.45%91.76%-
XYZ58.8760.1532.17-
YUV202.491.1150.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 199 (78.12% from 255) = 34.91%
BLUE value IS 137 (53.91% from 255) = 24.04%
R=41.05%
G=34.91%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419913700.150.410.0838.3569.7872.75
HexEAC7890F298264649
Octal352307211017511046106111
Binary11101010110001111000100101111101001100010011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac789; }

 p { color: rgb(234,199,137); }

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

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

 a { background-color: rgb(234,199,137); }

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

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

 span { border-color: rgb(234,199,137); }

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