#ECC7A0

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

Shades of New Tan #ECC7A0

Tints of New Tan #ECC7A0

Color information

#ECC7A0 (or 0xECC7A0) is unknown color: approx New Tan. HEX triplet: EC, C7 and A0. RGB value is (236,199,160). Sum of RGB (Red+Green+Blue) = 236+199+160=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7A0 is #13385F. Grayscale: #CDCDCD. Windows color (decimal): -1259616 or 10536940. OLE color: 10536940.

HSL color Cylindrical-coordinate representation of color #ECC7A0: hue angle of 30.79º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECC7A0 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236199160-
CMYK00.160.320.07
HSL30.79º66.67%77.65%-
HSV(B)30.79º32.2%92.55%-
XYZ61.3661.2241.84-
YUV205.62102.26149.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 199 (78.12% from 255) = 33.45%
BLUE value IS 160 (62.89% from 255) = 26.89%
R=39.66%
G=33.45%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619916000.160.320.0730.7966.6777.65
HexECC7A00102071f434e
Octal35430724002040737103116
Binary1110110011000111101000000100001000001111111110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7A0; }

 p { color: rgb(236,199,160); }

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

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

 a { background-color: rgb(236,199,160); }

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

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

 span { border-color: rgb(236,199,160); }

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