#EAC69D

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

Shades of New Tan #EAC69D

Tints of New Tan #EAC69D

Color information

#EAC69D (or 0xEAC69D) is unknown color: approx New Tan. HEX triplet: EA, C6 and 9D. RGB value is (234,198,157). Sum of RGB (Red+Green+Blue) = 234+198+157=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC69D is #153962. Grayscale: #CCCCCC. Windows color (decimal): -1390947 or 10340074. OLE color: 10340074.

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

Color convert

RGB234198157-
CMYK00.150.330.08
HSL31.95º64.71%76.67%-
HSV(B)31.95º32.91%91.76%-
XYZ60.2160.3140.37-
YUV204.09101.43149.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 157 (61.72% from 255) = 26.66%
R=39.73%
G=33.62%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419815700.150.330.0831.9564.7176.67
HexEAC69D0F21820414d
Octal352306235017411040101115
Binary11101010110001101001110101111100001100010000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC69D; }

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

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

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

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

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

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

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

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