#EAC688

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

Shades of New Orleans #EAC688

Tints of New Orleans #EAC688

Color information

#EAC688 (or 0xEAC688) is unknown color: approx New Orleans. HEX triplet: EA, C6 and 88. RGB value is (234,198,136). Sum of RGB (Red+Green+Blue) = 234+198+136=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC688 is #153977. Grayscale: #C9C9C9. Windows color (decimal): -1390968 or 8963818. OLE color: 8963818.

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

Color convert

RGB234198136-
CMYK00.150.420.08
HSL37.96º70%72.55%-
HSV(B)37.96º41.88%91.76%-
XYZ58.5759.6631.72-
YUV201.790.93151.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 136 (53.52% from 255) = 23.94%
R=41.20%
G=34.86%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419813600.150.420.0837.967072.55
HexEAC6880F2A8264649
Octal352306210017521046106111
Binary11101010110001101000100001111101010100010011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC688; }

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

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

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

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

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

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

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

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