#EAC98C

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

Shades of New Orleans #EAC98C

Tints of New Orleans #EAC98C

Color information

#EAC98C (or 0xEAC98C) is unknown color: approx New Orleans. HEX triplet: EA, C9 and 8C. RGB value is (234,201,140). Sum of RGB (Red+Green+Blue) = 234+201+140=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC98C is #153673. Grayscale: #CCCCCC. Windows color (decimal): -1390196 or 9226730. OLE color: 9226730.

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

Color convert

RGB234201140-
CMYK00.140.400.08
HSL38.94º69.12%73.33%-
HSV(B)38.94º40.17%91.76%-
XYZ59.5561.1633.48-
YUV203.9191.93149.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 140 (55.08% from 255) = 24.35%
R=40.70%
G=34.96%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420114000.140.400.0838.9469.1273.33
HexEAC98C0E288274549
Octal352311214016501047105111
Binary11101010110010011000110001110101000100010011110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC98C; }

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

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

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

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

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

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

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

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