#EAC29A

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

Shades of New Tan #EAC29A

Tints of New Tan #EAC29A

Color information

#EAC29A (or 0xEAC29A) is unknown color: approx New Tan. HEX triplet: EA, C2 and 9A. RGB value is (234,194,154). Sum of RGB (Red+Green+Blue) = 234+194+154=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC29A is #153D65. Grayscale: #C9C9C9. Windows color (decimal): -1391974 or 10142442. OLE color: 10142442.

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

Color convert

RGB234194154-
CMYK00.170.340.08
HSL30º65.57%76.08%-
HSV(B)30º34.19%91.76%-
XYZ59.0658.4138.73-
YUV201.4101.25151.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 26.46%
R=40.21%
G=33.33%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419415400.170.340.083065.5776.08
HexEAC29A0112281e424c
Octal352302232021421036102114
Binary11101010110000101001101001000110001010001111010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC29A; }

 p { color: rgb(234,194,154); }

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

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

 a { background-color: rgb(234,194,154); }

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

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

 span { border-color: rgb(234,194,154); }

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