#EAC68D

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

Shades of New Orleans #EAC68D

Tints of New Orleans #EAC68D

Color information

#EAC68D (or 0xEAC68D) is unknown color: approx New Orleans. HEX triplet: EA, C6 and 8D. RGB value is (234,198,141). Sum of RGB (Red+Green+Blue) = 234+198+141=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC68D is #153972. Grayscale: #CACACA. Windows color (decimal): -1390963 or 9291498. OLE color: 9291498.

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

Color convert

RGB234198141-
CMYK00.150.400.08
HSL36.77º68.89%73.53%-
HSV(B)36.77º39.74%91.76%-
XYZ58.9359.833.64-
YUV202.2793.43150.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 141 (55.47% from 255) = 24.61%
R=40.84%
G=34.55%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419814100.150.400.0836.7768.8973.53
HexEAC68D0F28825454a
Octal352306215017501045105112
Binary11101010110001101000110101111101000100010010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC68D; }

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

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

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

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

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

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

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

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