#EAC699

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

Shades of New Tan #EAC699

Tints of New Tan #EAC699

Color information

#EAC699 (or 0xEAC699) is unknown color: approx New Tan. HEX triplet: EA, C6 and 99. RGB value is (234,198,153). Sum of RGB (Red+Green+Blue) = 234+198+153=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC699 is #153966. Grayscale: #CBCBCB. Windows color (decimal): -1390951 or 10077930. OLE color: 10077930.

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

Color convert

RGB234198153-
CMYK00.150.350.08
HSL33.33º65.85%75.88%-
HSV(B)33.33º34.62%91.76%-
XYZ59.8860.1838.6-
YUV203.6399.43149.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 198 (77.73% from 255) = 33.85%
BLUE value IS 153 (60.16% from 255) = 26.15%
R=40%
G=33.85%
B=26.15%

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
Decimal23419815300.150.350.0833.3365.8575.88
HexEAC6990F23821424c
Octal352306231017431041102114
Binary11101010110001101001100101111100011100010000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC699; }

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

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

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

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

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

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

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

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