#EAC88D

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

Shades of New Orleans #EAC88D

Tints of New Orleans #EAC88D

Color information

#EAC88D (or 0xEAC88D) is unknown color: approx New Orleans. HEX triplet: EA, C8 and 8D. RGB value is (234,200,141). Sum of RGB (Red+Green+Blue) = 234+200+141=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC88D is #153772. Grayscale: #CBCBCB. Windows color (decimal): -1390451 or 9292010. OLE color: 9292010.

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

Color convert

RGB234200141-
CMYK00.150.400.08
HSL38.06º68.89%73.53%-
HSV(B)38.06º39.74%91.76%-
XYZ59.3960.7233.79-
YUV203.4492.76149.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=40.70%
G=34.78%
B=24.52%

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
Decimal23420014100.150.400.0838.0668.8973.53
HexEAC88D0F28826454a
Octal352310215017501046105112
Binary11101010110010001000110101111101000100010011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC88D; }

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

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

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

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

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

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

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

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