#EAC29E

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

Shades of New Tan #EAC29E

Tints of New Tan #EAC29E

Color information

#EAC29E (or 0xEAC29E) is unknown color: approx New Tan. HEX triplet: EA, C2 and 9E. RGB value is (234,194,158). Sum of RGB (Red+Green+Blue) = 234+194+158=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC29E is #153D61. Grayscale: #CACACA. Windows color (decimal): -1391970 or 10404586. OLE color: 10404586.

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

Color convert

RGB234194158-
CMYK00.170.320.08
HSL28.42º64.41%76.86%-
HSV(B)28.42º32.48%91.76%-
XYZ59.458.5440.52-
YUV201.86103.25150.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=39.93%
G=33.11%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419415800.170.320.0828.4264.4176.86
HexEAC29E0112081c404d
Octal352302236021401034100115
Binary11101010110000101001111001000110000010001110010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC29E; }

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

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

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

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

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

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

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

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