#EAC488

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

Shades of New Orleans #EAC488

Tints of New Orleans #EAC488

Color information

#EAC488 (or 0xEAC488) is unknown color: approx New Orleans. HEX triplet: EA, C4 and 88. RGB value is (234,196,136). Sum of RGB (Red+Green+Blue) = 234+196+136=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC488 is #153B77. Grayscale: #C8C8C8. Windows color (decimal): -1391480 or 8963306. OLE color: 8963306.

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

Color convert

RGB234196136-
CMYK00.160.420.08
HSL36.73º70%72.55%-
HSV(B)36.73º41.88%91.76%-
XYZ58.1258.7531.57-
YUV200.5291.59151.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 136 (53.52% from 255) = 24.03%
R=41.34%
G=34.63%
B=24.03%

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
Decimal23419613600.160.420.0836.737072.55
HexEAC4880102A8254649
Octal352304210020521045106111
Binary111010101100010010001000010000101010100010010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC488; }

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

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

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

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

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

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

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

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