#EAC698

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

Shades of New Tan #EAC698

Tints of New Tan #EAC698

Color information

#EAC698 (or 0xEAC698) is unknown color: approx New Tan. HEX triplet: EA, C6 and 98. RGB value is (234,198,152). Sum of RGB (Red+Green+Blue) = 234+198+152=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC698 is #153967. Grayscale: #CBCBCB. Windows color (decimal): -1390952 or 10012394. OLE color: 10012394.

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

Color convert

RGB234198152-
CMYK00.150.350.08
HSL33.66º66.13%75.69%-
HSV(B)33.66º35.04%91.76%-
XYZ59.7960.1538.16-
YUV203.5298.93149.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 198 (77.73% from 255) = 33.90%
BLUE value IS 152 (59.77% from 255) = 26.03%
R=40.07%
G=33.90%
B=26.03%

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
Decimal23419815200.150.350.0833.6666.1375.69
HexEAC6980F23822424c
Octal352306230017431042102114
Binary11101010110001101001100001111100011100010001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC698; }

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

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

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

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

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

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

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

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