#EAC297

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

Shades of New Tan #EAC297

Tints of New Tan #EAC297

Color information

#EAC297 (or 0xEAC297) is unknown color: approx New Tan. HEX triplet: EA, C2 and 97. RGB value is (234,194,151). Sum of RGB (Red+Green+Blue) = 234+194+151=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 151 (59.38% from 255 or 26.08% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC297 is #153D68. Grayscale: #C9C9C9. Windows color (decimal): -1391977 or 9945834. OLE color: 9945834.

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

Color convert

RGB234194151-
CMYK00.170.350.08
HSL31.08º66.4%75.49%-
HSV(B)31.08º35.47%91.76%-
XYZ58.8158.3137.43-
YUV201.0699.75151.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 194 (76.17% from 255) = 33.51%
BLUE value IS 151 (59.38% from 255) = 26.08%
R=40.41%
G=33.51%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419415100.170.350.0831.0866.475.49
HexEAC2970112381f424b
Octal352302227021431037102113
Binary11101010110000101001011101000110001110001111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC297; }

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

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

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

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

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

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

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

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