#EEC496

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

Shades of New Tan #EEC496

Tints of New Tan #EEC496

Color information

#EEC496 (or 0xEEC496) is unknown color: approx New Tan. HEX triplet: EE, C4 and 96. RGB value is (238,196,150). Sum of RGB (Red+Green+Blue) = 238+196+150=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC496 is #113B69. Grayscale: #CBCBCB. Windows color (decimal): -1129322 or 9880814. OLE color: 9880814.

HSL color Cylindrical-coordinate representation of color #EEC496: hue angle of 31.36º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEC496 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238196150-
CMYK00.180.370.07
HSL31.36º72.13%76.08%-
HSV(B)31.36º36.97%93.33%-
XYZ60.559.8637.22-
YUV203.3197.91152.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 196 (76.95% from 255) = 33.56%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=40.75%
G=33.56%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819615000.180.370.0731.3672.1376.08
HexEEC4960122571f484c
Octal35630422602245737110114
Binary1110111011000100100101100100101001011111111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC496; }

 p { color: rgb(238,196,150); }

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

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

 a { background-color: rgb(238,196,150); }

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

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

 span { border-color: rgb(238,196,150); }

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