#E2C299

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

Shades of New Tan #E2C299

Tints of New Tan #E2C299

Color information

#E2C299 (or 0xE2C299) is unknown color: approx New Tan. HEX triplet: E2, C2 and 99. RGB value is (226,194,153). Sum of RGB (Red+Green+Blue) = 226+194+153=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C299 is #1D3D66. Grayscale: #C7C7C7. Windows color (decimal): -1916263 or 10076898. OLE color: 10076898.

HSL color Cylindrical-coordinate representation of color #E2C299: hue angle of 33.7º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2C299 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB226194153-
CMYK00.140.320.11
HSL33.7º55.73%74.31%-
HSV(B)33.7º32.3%88.63%-
XYZ56.4157.0538.18-
YUV198.89102.1147.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.44%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 153 (60.16% from 255) = 26.70%
R=39.44%
G=33.86%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22619415300.140.320.1133.755.7374.31
HexE2C2990E20B22384a
Octal34230223101640134270112
Binary1110001011000010100110010111010000010111000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C299; }

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

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

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

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

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

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

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

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