#ECC49B

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

Shades of New Tan #ECC49B

Tints of New Tan #ECC49B

Color information

#ECC49B (or 0xECC49B) is unknown color: approx New Tan. HEX triplet: EC, C4 and 9B. RGB value is (236,196,155). Sum of RGB (Red+Green+Blue) = 236+196+155=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC49B is #133B64. Grayscale: #CBCBCB. Windows color (decimal): -1260389 or 10208492. OLE color: 10208492.

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

Color convert

RGB236196155-
CMYK00.170.340.07
HSL30.37º68.07%76.67%-
HSV(B)30.37º34.32%92.55%-
XYZ60.2559.6839.35-
YUV203.29100.75151.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 196 (76.95% from 255) = 33.39%
BLUE value IS 155 (60.94% from 255) = 26.41%
R=40.20%
G=33.39%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619615500.170.340.0730.3768.0776.67
HexECC49B0112271e444d
Octal35430423302142736104115
Binary1110110011000100100110110100011000101111111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC49B; }

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

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

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

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

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

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

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

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