#ECADA6

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

Shades of Shilo #ECADA6

Tints of Shilo #ECADA6

Color information

#ECADA6 (or 0xECADA6) is unknown color: approx Shilo. HEX triplet: EC, AD and A6. RGB value is (236,173,166). Sum of RGB (Red+Green+Blue) = 236+173+166=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECADA6 is #135259. Grayscale: #BFBFBF. Windows color (decimal): -1266266 or 10923500. OLE color: 10923500.

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

Color convert

RGB236173166-
CMYK00.270.300.07
HSL64.81%78.82%-
HSV(B)29.66%92.55%-
XYZ56.4250.4742.85-
YUV191.04113.87160.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.04%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=41.04%
G=30.09%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617316600.270.300.07664.8178.82
HexECADA601B1E76414f
Octal3542552460333676101117
Binary1110110010101101101001100110111111011111010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECADA6; }

 p { color: rgb(236,173,166); }

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

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

 a { background-color: rgb(236,173,166); }

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

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

 span { border-color: rgb(236,173,166); }

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