#EAC78D

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

Shades of New Orleans #EAC78D

Tints of New Orleans #EAC78D

Color information

#EAC78D (or 0xEAC78D) is unknown color: approx New Orleans. HEX triplet: EA, C7 and 8D. RGB value is (234,199,141). Sum of RGB (Red+Green+Blue) = 234+199+141=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC78D is #153872. Grayscale: #CBCBCB. Windows color (decimal): -1390707 or 9291754. OLE color: 9291754.

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

Color convert

RGB234199141-
CMYK00.150.400.08
HSL37.42º68.89%73.53%-
HSV(B)37.42º39.74%91.76%-
XYZ59.1660.2633.71-
YUV202.8593.1150.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 199 (78.12% from 255) = 34.67%
BLUE value IS 141 (55.47% from 255) = 24.56%
R=40.77%
G=34.67%
B=24.56%

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
Decimal23419914100.150.400.0837.4268.8973.53
HexEAC78D0F28825454a
Octal352307215017501045105112
Binary11101010110001111000110101111101000100010010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC78D; }

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

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

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

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

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

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

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

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