#E6C29E

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

Shades of New Tan #E6C29E

Tints of New Tan #E6C29E

Color information

#E6C29E (or 0xE6C29E) is unknown color: approx New Tan. HEX triplet: E6, C2 and 9E. RGB value is (230,194,158). Sum of RGB (Red+Green+Blue) = 230+194+158=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C29E is #193D61. Grayscale: #C8C8C8. Windows color (decimal): -1654114 or 10404582. OLE color: 10404582.

HSL color Cylindrical-coordinate representation of color #E6C29E: hue angle of 30º 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 #E6C29E is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB230194158-
CMYK00.160.310.10
HSL30º59.02%76.08%-
HSV(B)30º31.3%90.2%-
XYZ58.157.8840.46-
YUV200.66103.93148.93-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.52%
GREEN value IS 194 (76.17% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 27.15%
R=39.52%
G=33.33%
B=27.15%

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
Decimal23019415800.160.310.103059.0276.08
HexE6C29E0101FA1e3b4c
Octal34630223602037123673114
Binary111001101100001010011110010000111111010111101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C29E; }

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

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

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

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

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

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

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

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