#ECB992

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

Shades of Pancho #ECB992

Tints of Pancho #ECB992

Color information

#ECB992 (or 0xECB992) is unknown color: approx Pancho. HEX triplet: EC, B9 and 92. RGB value is (236,185,146). Sum of RGB (Red+Green+Blue) = 236+185+146=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB992 is #13466D. Grayscale: #C4C4C4. Windows color (decimal): -1263214 or 9615852. OLE color: 9615852.

HSL color Cylindrical-coordinate representation of color #ECB992: hue angle of 26º 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 #ECB992 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB236185146-
CMYK00.220.380.07
HSL26º70.31%74.9%-
HSV(B)26º38.14%92.55%-
XYZ57.1354.6134.72-
YUV195.899.9156.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 185 (72.66% from 255) = 32.63%
BLUE value IS 146 (57.42% from 255) = 25.75%
R=41.62%
G=32.63%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618514600.220.380.072670.3174.9
HexECB9920162671a464b
Octal35427122202646732106113
Binary1110110010111001100100100101101001101111101010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB992; }

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

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

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

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

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

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

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

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