#ECABA5

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

Shades of Shilo #ECABA5

Tints of Shilo #ECABA5

Color information

#ECABA5 (or 0xECABA5) is unknown color: approx Shilo. HEX triplet: EC, AB and A5. RGB value is (236,171,165). Sum of RGB (Red+Green+Blue) = 236+171+165=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECABA5 is #13545A. Grayscale: #BDBDBD. Windows color (decimal): -1266779 or 10857452. OLE color: 10857452.

HSL color Cylindrical-coordinate representation of color #ECABA5: hue angle of 5.07º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECABA5 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB236171165-
CMYK00.280.300.07
HSL5.07º65.14%78.63%-
HSV(B)5.07º30.08%92.55%-
XYZ55.9549.6842.24-
YUV189.75114.03160.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 165 (64.84% from 255) = 28.85%
R=41.26%
G=29.90%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617116500.280.300.075.0765.1478.63
HexECABA501C1E75414f
Octal3542532450343675101117
Binary1110110010101011101001010111001111011110110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABA5; }

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

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

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

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

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

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

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

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