#E6C299

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

Shades of New Tan #E6C299

Tints of New Tan #E6C299

Color information

#E6C299 (or 0xE6C299) is unknown color: approx New Tan. HEX triplet: E6, C2 and 99. RGB value is (230,194,153). Sum of RGB (Red+Green+Blue) = 230+194+153=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 194 (76.17% from 255 or 33.62% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C299 is #193D66. Grayscale: #C8C8C8. Windows color (decimal): -1654119 or 10076902. OLE color: 10076902.

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

Color convert

RGB230194153-
CMYK00.160.330.10
HSL31.95º60.63%75.1%-
HSV(B)31.95º33.48%90.2%-
XYZ57.6757.7138.24-
YUV200.09101.43149.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.86%
GREEN value IS 194 (76.17% from 255) = 33.62%
BLUE value IS 153 (60.16% from 255) = 26.52%
R=39.86%
G=33.62%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019415300.160.330.1031.9560.6375.1
HexE6C29901021A203d4b
Octal34630223102041124075113
Binary11100110110000101001100101000010000110101000001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C299; }

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

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

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

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

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

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

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

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