#EAC69B

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

Shades of New Tan #EAC69B

Tints of New Tan #EAC69B

Color information

#EAC69B (or 0xEAC69B) is unknown color: approx New Tan. HEX triplet: EA, C6 and 9B. RGB value is (234,198,155). Sum of RGB (Red+Green+Blue) = 234+198+155=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC69B is #153964. Grayscale: #CCCCCC. Windows color (decimal): -1390949 or 10209002. OLE color: 10209002.

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

Color convert

RGB234198155-
CMYK00.150.340.08
HSL32.66º65.29%76.27%-
HSV(B)32.66º33.76%91.76%-
XYZ60.0460.2539.47-
YUV203.86100.43149.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=39.86%
G=33.73%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419815500.150.340.0832.6665.2976.27
HexEAC69B0F22821414c
Octal352306233017421041101114
Binary11101010110001101001101101111100010100010000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC69B; }

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

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

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

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

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

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

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

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