#EAC69F

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

Shades of New Tan #EAC69F

Tints of New Tan #EAC69F

Color information

#EAC69F (or 0xEAC69F) is unknown color: approx New Tan. HEX triplet: EA, C6 and 9F. RGB value is (234,198,159). Sum of RGB (Red+Green+Blue) = 234+198+159=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC69F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC69F is #153960. Grayscale: #CCCCCC. Windows color (decimal): -1390945 or 10471146. OLE color: 10471146.

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

Color convert

RGB234198159-
CMYK00.150.320.08
HSL31.2º64.1%77.06%-
HSV(B)31.2º32.05%91.76%-
XYZ60.3860.3841.27-
YUV204.32102.43149.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 159 (62.5% from 255) = 26.90%
R=39.59%
G=33.50%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419815900.150.320.0831.264.177.06
HexEAC69F0F2081f404d
Octal352306237017401037100115
Binary1110101011000110100111110111110000010001111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC69F; }

 p { color: rgb(234,198,159); }

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

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

 a { background-color: rgb(234,198,159); }

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

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

 span { border-color: rgb(234,198,159); }

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