#eac38c

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

Shades of New Orleans #EAC38C

Tints of New Orleans #EAC38C

Color information

#EAC38C (or 0xEAC38C) is unknown color: approx New Orleans. HEX triplet: EA, C3 and 8C. RGB value is (234,195,140). Sum of RGB (Red+Green+Blue) = 234+195+140=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC38C is #153C73. Grayscale: #C8C8C8. Windows color (decimal): -1391732 or 9225194. OLE color: 9225194.

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

Color convert

RGB234195140-
CMYK00.170.400.08
HSL35.11º69.12%73.33%-
HSV(B)35.11º40.17%91.76%-
XYZ58.1858.4233.02-
YUV200.3993.92151.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 140 (55.08% from 255) = 24.60%
R=41.12%
G=34.27%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419514000.170.400.0835.1169.1273.33
HexEAC38C011288234549
Octal352303214021501043105111
Binary111010101100001110001100010001101000100010001110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac38c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac38c; }

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

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

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

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

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

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

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

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