#EAC588

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

Shades of New Orleans #EAC588

Tints of New Orleans #EAC588

Color information

#EAC588 (or 0xEAC588) is unknown color: approx New Orleans. HEX triplet: EA, C5 and 88. RGB value is (234,197,136). Sum of RGB (Red+Green+Blue) = 234+197+136=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC588 is #153A77. Grayscale: #C9C9C9. Windows color (decimal): -1391224 or 8963562. OLE color: 8963562.

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

Color convert

RGB234197136-
CMYK00.160.420.08
HSL37.35º70%72.55%-
HSV(B)37.35º41.88%91.76%-
XYZ58.3459.231.64-
YUV201.1191.26151.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.27%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 136 (53.52% from 255) = 23.99%
R=41.27%
G=34.74%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419713600.160.420.0837.357072.55
HexEAC5880102A8254649
Octal352305210020521045106111
Binary111010101100010110001000010000101010100010010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC588; }

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

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

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

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

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

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

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

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