#EAC696

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

Shades of New Tan #EAC696

Tints of New Tan #EAC696

Color information

#EAC696 (or 0xEAC696) is unknown color: approx New Tan. HEX triplet: EA, C6 and 96. RGB value is (234,198,150). Sum of RGB (Red+Green+Blue) = 234+198+150=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC696 is #153969. Grayscale: #CBCBCB. Windows color (decimal): -1390954 or 9881322. OLE color: 9881322.

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

Color convert

RGB234198150-
CMYK00.150.360.08
HSL34.29º66.67%75.29%-
HSV(B)34.29º35.9%91.76%-
XYZ59.6360.0837.31-
YUV203.2997.93149.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 198 (77.73% from 255) = 34.02%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=40.21%
G=34.02%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419815000.150.360.0834.2966.6775.29
HexEAC6960F24822434b
Octal352306226017441042103113
Binary11101010110001101001011001111100100100010001010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC696; }

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

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

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

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

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

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

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

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