#ECAFA9

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

Shades of Shilo #ECAFA9

Tints of Shilo #ECAFA9

Color information

#ECAFA9 (or 0xECAFA9) is unknown color: approx Shilo. HEX triplet: EC, AF and A9. RGB value is (236,175,169). Sum of RGB (Red+Green+Blue) = 236+175+169=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAFA9 is #135056. Grayscale: #C0C0C0. Windows color (decimal): -1265751 or 11120620. OLE color: 11120620.

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

Color convert

RGB236175169-
CMYK00.260.280.07
HSL5.37º63.81%79.41%-
HSV(B)5.37º28.39%92.55%-
XYZ57.0851.3644.44-
YUV192.55114.71158.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.69%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 169 (66.41% from 255) = 29.14%
R=40.69%
G=30.17%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617516900.260.280.075.3763.8179.41
HexECAFA901A1C75404f
Octal3542572510323475100117
Binary1110110010101111101010010110101110011110110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAFA9; }

 p { color: rgb(236,175,169); }

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

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

 a { background-color: rgb(236,175,169); }

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

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

 span { border-color: rgb(236,175,169); }

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