#ECBB94

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

Shades of Pancho #ECBB94

Tints of Pancho #ECBB94

Color information

#ECBB94 (or 0xECBB94) is unknown color: approx Pancho. HEX triplet: EC, BB and 94. RGB value is (236,187,148). Sum of RGB (Red+Green+Blue) = 236+187+148=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBB94 is #13446B. Grayscale: #C5C5C5. Windows color (decimal): -1262700 or 9747436. OLE color: 9747436.

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

Color convert

RGB236187148-
CMYK00.210.370.07
HSL26.59º69.84%75.29%-
HSV(B)26.59º37.29%92.55%-
XYZ57.7155.5135.69-
YUV197.2100.23155.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.33%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=41.33%
G=32.75%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618714800.210.370.0726.5969.8475.29
HexECBB940152571b464b
Octal35427322402545733106113
Binary1110110010111011100101000101011001011111101110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBB94; }

 p { color: rgb(236,187,148); }

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

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

 a { background-color: rgb(236,187,148); }

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

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

 span { border-color: rgb(236,187,148); }

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