#EAC385

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

Shades of New Orleans #EAC385

Tints of New Orleans #EAC385

Color information

#EAC385 (or 0xEAC385) is unknown color: approx New Orleans. HEX triplet: EA, C3 and 85. RGB value is (234,195,133). Sum of RGB (Red+Green+Blue) = 234+195+133=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC385 is #153C7A. Grayscale: #C7C7C7. Windows color (decimal): -1391739 or 8766442. OLE color: 8766442.

HSL color Cylindrical-coordinate representation of color #EAC385: hue angle of 36.83º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAC385 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB234195133-
CMYK00.170.430.08
HSL36.83º70.63%71.96%-
HSV(B)36.83º43.16%91.76%-
XYZ57.6858.2230.39-
YUV199.5990.42152.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=41.64%
G=34.70%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419513300.170.430.0836.8370.6371.96
HexEAC3850112B8254748
Octal352303205021531045107110
Binary111010101100001110000101010001101011100010010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC385; }

 p { color: rgb(234,195,133); }

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

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

 a { background-color: rgb(234,195,133); }

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

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

 span { border-color: rgb(234,195,133); }

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