#ECB1AB

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

Shades of Shilo #ECB1AB

Tints of Shilo #ECB1AB

Color information

#ECB1AB (or 0xECB1AB) is unknown color: approx Shilo. HEX triplet: EC, B1 and AB. RGB value is (236,177,171). Sum of RGB (Red+Green+Blue) = 236+177+171=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1AB is #134E54. Grayscale: #C2C2C2. Windows color (decimal): -1265237 or 11252204. OLE color: 11252204.

HSL color Cylindrical-coordinate representation of color #ECB1AB: hue angle of 5.54º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB1AB is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236177171-
CMYK00.250.280.07
HSL5.54º63.11%79.8%-
HSV(B)5.54º27.54%92.55%-
XYZ57.6652.2245.57-
YUV193.96115.05157.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 171 (67.19% from 255) = 29.28%
R=40.41%
G=30.31%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617717100.250.280.075.5463.1179.8
HexECB1AB0191C763f50
Octal354261253031347677120
Binary111011001011000110101011011001111001111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB1AB; }

 p { color: rgb(236,177,171); }

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

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

 a { background-color: rgb(236,177,171); }

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

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

 span { border-color: rgb(236,177,171); }

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