#ECC492

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

Shades of New Tan #ECC492

Tints of New Tan #ECC492

Color information

#ECC492 (or 0xECC492) is unknown color: approx New Tan. HEX triplet: EC, C4 and 92. RGB value is (236,196,146). Sum of RGB (Red+Green+Blue) = 236+196+146=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC492 is #133B6D. Grayscale: #CACACA. Windows color (decimal): -1260398 or 9618668. OLE color: 9618668.

HSL color Cylindrical-coordinate representation of color #ECC492: hue angle of 33.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECC492 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB236196146-
CMYK00.170.380.07
HSL33.33º70.31%74.9%-
HSV(B)33.33º38.14%92.55%-
XYZ59.5259.3935.52-
YUV202.2696.25152.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 146 (57.42% from 255) = 25.26%
R=40.83%
G=33.91%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619614600.170.380.0733.3370.3174.9
HexECC49201126721464b
Octal35430422202146741106113
Binary11101100110001001001001001000110011011110000110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC492; }

 p { color: rgb(236,196,146); }

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

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

 a { background-color: rgb(236,196,146); }

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

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

 span { border-color: rgb(236,196,146); }

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