#EAC697

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

Shades of New Tan #EAC697

Tints of New Tan #EAC697

Color information

#EAC697 (or 0xEAC697) is unknown color: approx New Tan. HEX triplet: EA, C6 and 97. RGB value is (234,198,151). Sum of RGB (Red+Green+Blue) = 234+198+151=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC697 is #153968. Grayscale: #CBCBCB. Windows color (decimal): -1390953 or 9946858. OLE color: 9946858.

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

Color convert

RGB234198151-
CMYK00.150.350.08
HSL33.98º66.4%75.49%-
HSV(B)33.98º35.47%91.76%-
XYZ59.7160.1137.73-
YUV203.4198.43149.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 198 (77.73% from 255) = 33.96%
BLUE value IS 151 (59.38% from 255) = 25.90%
R=40.14%
G=33.96%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419815100.150.350.0833.9866.475.49
HexEAC6970F23822424b
Octal352306227017431042102113
Binary11101010110001101001011101111100011100010001010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC697; }

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

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

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

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

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

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

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

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