#E6C29F

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

Shades of New Tan #E6C29F

Tints of New Tan #E6C29F

Color information

#E6C29F (or 0xE6C29F) is unknown color: approx New Tan. HEX triplet: E6, C2 and 9F. RGB value is (230,194,159). Sum of RGB (Red+Green+Blue) = 230+194+159=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C29F is #193D60. Grayscale: #C8C8C8. Windows color (decimal): -1654113 or 10470118. OLE color: 10470118.

HSL color Cylindrical-coordinate representation of color #E6C29F: hue angle of 29.58º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6C29F is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB230194159-
CMYK00.160.310.10
HSL29.58º58.68%76.27%-
HSV(B)29.58º30.87%90.2%-
XYZ58.1857.9140.91-
YUV200.77104.43148.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 159 (62.5% from 255) = 27.27%
R=39.45%
G=33.28%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019415900.160.310.1029.5858.6876.27
HexE6C29F0101FA1e3b4c
Octal34630223702037123673114
Binary111001101100001010011111010000111111010111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C29F; }

 p { color: rgb(230,194,159); }

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

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

 a { background-color: rgb(230,194,159); }

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

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

 span { border-color: rgb(230,194,159); }

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