#eac88e

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

Shades of New Orleans #EAC88E

Tints of New Orleans #EAC88E

Color information

#EAC88E (or 0xEAC88E) is unknown color: approx New Orleans. HEX triplet: EA, C8 and 8E. RGB value is (234,200,142). Sum of RGB (Red+Green+Blue) = 234+200+142=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC88E is #153771. Grayscale: #CBCBCB. Windows color (decimal): -1390450 or 9357546. OLE color: 9357546.

HSL color Cylindrical-coordinate representation of color #EAC88E: hue angle of 37.83º 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 #EAC88E is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB234200142-
CMYK00.150.390.08
HSL37.83º68.66%73.73%-
HSV(B)37.83º39.32%91.76%-
XYZ59.4760.7534.18-
YUV203.5593.26149.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 142 (55.86% from 255) = 24.65%
R=40.62%
G=34.72%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420014200.150.390.0837.8368.6673.73
HexEAC88E0F27826454a
Octal352310216017471046105112
Binary11101010110010001000111001111100111100010011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac88e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac88e; }

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

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

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

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

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

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

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

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