#EAC58E

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

Shades of New Orleans #EAC58E

Tints of New Orleans #EAC58E

Color information

#EAC58E (or 0xEAC58E) is unknown color: approx New Orleans. HEX triplet: EA, C5 and 8E. RGB value is (234,197,142). Sum of RGB (Red+Green+Blue) = 234+197+142=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 197 (77.34% from 255 or 34.38% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC58E is #153A71. Grayscale: #CACACA. Windows color (decimal): -1391218 or 9356778. OLE color: 9356778.

HSL color Cylindrical-coordinate representation of color #EAC58E: hue angle of 35.87º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAC58E is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB234197142-
CMYK00.160.390.08
HSL35.87º68.66%73.73%-
HSV(B)35.87º39.32%91.76%-
XYZ58.7859.3833.95-
YUV201.7994.26150.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 197 (77.34% from 255) = 34.38%
BLUE value IS 142 (55.86% from 255) = 24.78%
R=40.84%
G=34.38%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419714200.160.390.0835.8768.6673.73
HexEAC58E01027824454a
Octal352305216020471044105112
Binary111010101100010110001110010000100111100010010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC58E; }

 p { color: rgb(234,197,142); }

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

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

 a { background-color: rgb(234,197,142); }

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

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

 span { border-color: rgb(234,197,142); }

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